summaryrefslogtreecommitdiff
path: root/podman/testdata/testscript.sh
blob: a5b1b2fa00ce72a7e071757923d076b7650ddb09 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e 
git clone /data/git git
cd git
#python3 -m pytest --workers auto
python3 -m pytest -x