mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
fix tests
This commit is contained in:
parent
f85d4ce82f
commit
ab36c8c9de
3 changed files with 13 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue