diff --git a/test_automatic/start_test.sh b/test_automatic/start_test.sh index 5f4c77b..eb53367 100755 --- a/test_automatic/start_test.sh +++ b/test_automatic/start_test.sh @@ -1,11 +1,11 @@ #!/bin/sh -trap "exit" INT TERM ERR + 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 & sleep 2 -./bottin > /dev/null 2>&1 & -sleep 1 -./test_automatic/integration +./bottin #> /dev/null 2>&1 & +#sleep 1 +#./test_automatic/integration