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

set -e 
git clone /data/git git
cd git
python3 -m pip install pytest-parallel
python3 -m pytest --workers auto