diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-09-16 13:52:46 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-09-16 13:52:46 +0200 |
commit | dbd900371466edfdc7bb7f09080c6698e4f8e647 (patch) | |
tree | 46942c1b8956794da080bd0582f307d2ae618701 /test/runner.sh | |
parent | a08be6b395949a74efc8115a726112d64e96b44d (diff) | |
download | bottin-dbd900371466edfdc7bb7f09080c6698e4f8e647.tar.gz bottin-dbd900371466edfdc7bb7f09080c6698e4f8e647.zip |
Disable reconnect in tests + some cosmetic changesbug/message-id
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 |