From 49fcbcae7c0547b1d2a1f31eb3ebc7e34d507307 Mon Sep 17 00:00:00 2001 From: MrArmonius Date: Fri, 9 Jul 2021 16:43:43 +0200 Subject: [PATCH] Exit 0 in the script --- test_automatic/start_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test_automatic/start_test.sh b/test_automatic/start_test.sh index fd6f8a0..0c2986d 100755 --- a/test_automatic/start_test.sh +++ b/test_automatic/start_test.sh @@ -11,3 +11,4 @@ cp test_automatic/config.json.test config.json sleep 1 ./test_automatic/integration rm config.json +exit 0