mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 01:24:41 +02:00
6 lines
157 B
Bash
Executable File
6 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
|