5 lines
66 B
Bash
5 lines
66 B
Bash
|
#!/bin/sh -e
|
||
|
|
||
|
cd ../tests/qemu-iotests/
|
||
|
python3 -m linters --mypy
|