mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 11:39:53 +00:00
5 lines
66 B
Bash
5 lines
66 B
Bash
|
#!/bin/sh -e
|
||
|
|
||
|
cd ../tests/qemu-iotests/
|
||
|
python3 -m linters --mypy
|