From 432e94054f510ef20c9a9be495c00b6f39e1c703 Mon Sep 17 00:00:00 2001 From: shockrah Date: Wed, 21 Apr 2021 17:23:00 -0700 Subject: [PATCH] Fixing minor errors that were preventing tests fro mbeing ran oops :p --- json-api/run-api-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)