diff options
Diffstat (limited to 'podman/testdata/testscript.sh')
-rwxr-xr-x | podman/testdata/testscript.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/podman/testdata/testscript.sh b/podman/testdata/testscript.sh new file mode 100755 index 0000000..cd07d8f --- /dev/null +++ b/podman/testdata/testscript.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +set -e +git clone /data/git git +cd git +python3 -m pip install pytest-parallel +python3 -m pytest --workers auto + |