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