mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
more status on admin panel
This commit is contained in:
parent
081d2cc5d7
commit
88ce008e16
7 changed files with 124 additions and 45 deletions
|
@ -3,10 +3,13 @@ set -ex
|
|||
|
||||
pids=()
|
||||
for py in python{2,3}; do
|
||||
$py -m unittest discover -s tests >/dev/null &
|
||||
nice $py -m unittest discover -s tests >/dev/null &
|
||||
pids+=($!)
|
||||
done
|
||||
|
||||
python3 scripts/test/smoketest.py &
|
||||
pids+=($!)
|
||||
|
||||
for pid in ${pids[@]}; do
|
||||
wait $pid
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue