Fixing minor errors that were preventing tests fro mbeing ran oops :p

This commit is contained in:
shockrah 2021-04-21 17:23:00 -07:00
parent 38ff0edd39
commit 432e94054f

View File

@ -13,9 +13,9 @@ sleep 2
# Next come back and startup the rest test client
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
# Normal exit (for the most part)