mirror of
https://github.com/9001/copyparty.git
synced 2026-03-29 19:42:53 +10:00
fix tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user