From 2f09e10933c5cf6c576c2360c1743430268aca59 Mon Sep 17 00:00:00 2001 From: MrArmonius Date: Fri, 9 Jul 2021 16:46:00 +0200 Subject: [PATCH] suppress kill in the script(provoked error 143) --- test_automatic/start_test.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/test_automatic/start_test.sh b/test_automatic/start_test.sh index 0c2986d..e7a1712 100755 --- a/test_automatic/start_test.sh +++ b/test_automatic/start_test.sh @@ -1,7 +1,5 @@ #!/bin/sh -trap "kill 0" EXIT - #export BOTTIN_DEFAULT_ADMIN_PW=$(openssl rand -base64 24) echo $BOTTIN_DEFAULT_ADMIN_PW consul agent -dev > /dev/null 2>&1 &