From e4778a9a8927b64cffcc1e4f88c3609fe6f7df9a Mon Sep 17 00:00:00 2001 From: MrArmonius Date: Fri, 9 Jul 2021 16:34:27 +0200 Subject: [PATCH] Add launch script and remove openssl --- test_automatic/start_test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test_automatic/start_test.sh b/test_automatic/start_test.sh index 46b57a8..fd6f8a0 100755 --- a/test_automatic/start_test.sh +++ b/test_automatic/start_test.sh @@ -7,7 +7,7 @@ echo $BOTTIN_DEFAULT_ADMIN_PW consul agent -dev > /dev/null 2>&1 & sleep 2 cp test_automatic/config.json.test config.json -./bottin #> /dev/null 2>&1 & -#sleep 1 -#./test_automatic/integration +./bottin > /dev/null 2>&1 & +sleep 1 +./test_automatic/integration rm config.json