5 lines
157 B
Bash
Executable file
5 lines
157 B
Bash
Executable file
#!/bin/sh -e
|
|
|
|
cd ../tests/qemu-iotests/
|
|
# See commit message for environment variable explainer.
|
|
SETUPTOOLS_USE_DISTUTILS=stdlib python3 -m linters --pylint
|