Fixing minor errors that were preventing tests fro mbeing ran oops :p
This commit is contained in:
parent
38ff0edd39
commit
432e94054f
@ -13,9 +13,9 @@ sleep 2
|
|||||||
|
|
||||||
# Next come back and startup the rest test client
|
# Next come back and startup the rest test client
|
||||||
source ./client-tests/bin/activate
|
source ./client-tests/bin/activate
|
||||||
python3 client-tests/client.py
|
python3 client-tests/main.py
|
||||||
|
|
||||||
catch errors that may occur and kill off process group
|
# catch errors that may occur and kill off process group
|
||||||
trap "kill $json_pid $rtc_pid" exit INT TERM
|
trap "kill $json_pid $rtc_pid" exit INT TERM
|
||||||
|
|
||||||
# Normal exit (for the most part)
|
# Normal exit (for the most part)
|
||||||
|
Loading…
Reference in New Issue
Block a user