From a9b04a255fa3299ce581c61e510a58ac60fdbf22 Mon Sep 17 00:00:00 2001 From: MrArmonius Date: Fri, 9 Jul 2021 16:27:15 +0200 Subject: [PATCH] Test bottin comportment --- test_automatic/start_test.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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