diff --git a/json-api/run-api-tests.sh b/json-api/run-api-tests.sh index 7c55f7d..a9c41d7 100644 --- a/json-api/run-api-tests.sh +++ b/json-api/run-api-tests.sh @@ -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)