Fix local tests
This commit is contained in:
parent
6752dab125
commit
ee233317f1
7 changed files with 38 additions and 16 deletions
9
podman/testdata/testscript.sh
vendored
9
podman/testdata/testscript.sh
vendored
|
|
@ -1,12 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
git clone /data/git git
|
||||
rsync -av /data/git git
|
||||
cd git
|
||||
|
||||
if [ $# -ge 1 -a "$1" = "--parallel" ]; then
|
||||
python3 -m pytest --workers auto
|
||||
else
|
||||
python3 -m pytest -x
|
||||
fi
|
||||
|
||||
python3 -m pytest $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue