diff options
Diffstat (limited to 'test/runner.sh')
-rwxr-xr-x | test/runner.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/runner.sh b/test/runner.sh index 0b97068..04e42be 100755 --- a/test/runner.sh +++ b/test/runner.sh @@ -6,7 +6,11 @@ echo $BOTTIN_DEFAULT_ADMIN_PW consul agent -dev > /dev/null 2>&1 & sleep 2 cp test/config.json.test config.json -./bottin > /dev/null 2>&1 & +./bottin > /tmp/bottin.log 2>&1 & sleep 1 ./test/test -test.v -test.failfast -test.short -test.run TestPrincipal ./test/test -test.v -test.failfast -test.run TestPrincipal/B= + +jobs +kill %2 +kill %1 |