fix tests

This commit is contained in:
ed 2022-09-18 00:16:40 +02:00
parent f85d4ce82f
commit ab36c8c9de
3 changed files with 13 additions and 6 deletions

View file

@ -17,8 +17,10 @@ for py in python{2,3}; do
pids+=($!)
done
python3 ../scripts/test/smoketest.py &
pids+=($!)
[ "$1" ] || {
python3 ../scripts/test/smoketest.py &
pids+=($!)
}
for pid in ${pids[@]}; do
wait $pid