diff options
-rwxr-xr-x | podman/testdata/testscript.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/podman/testdata/testscript.sh b/podman/testdata/testscript.sh index cd07d8f..a5b1b2f 100755 --- a/podman/testdata/testscript.sh +++ b/podman/testdata/testscript.sh @@ -3,6 +3,6 @@ set -e git clone /data/git git cd git -python3 -m pip install pytest-parallel -python3 -m pytest --workers auto +#python3 -m pytest --workers auto +python3 -m pytest -x |