diff options
Diffstat (limited to 'test_automatic/start_test.sh')
-rwxr-xr-x | test_automatic/start_test.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test_automatic/start_test.sh b/test_automatic/start_test.sh deleted file mode 100755 index e7a1712..0000000 --- a/test_automatic/start_test.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -#export BOTTIN_DEFAULT_ADMIN_PW=$(openssl rand -base64 24) -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 -rm config.json -exit 0 |