diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-12-24 21:20:32 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-12-24 21:20:32 +0100 |
commit | 8baf591deda37518db0fbc487287356e369aabe3 (patch) | |
tree | e2f436d77cd65fbce7404b5bd1c926ffdc6d648d | |
parent | 2a8383dd947b227c703354cd0fa5bbf96ac66ed7 (diff) |
use wait
-rwxr-xr-x | src/auditor/generate-auditor-basedb.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/auditor/generate-auditor-basedb.sh b/src/auditor/generate-auditor-basedb.sh index fe692fb07..5e97d7d8f 100755 --- a/src/auditor/generate-auditor-basedb.sh +++ b/src/auditor/generate-auditor-basedb.sh @@ -123,6 +123,7 @@ done if [ 1 != $OK ] then kill `jobs -p` + wait exit_skip "Failed to launch services" fi echo " DONE" @@ -133,6 +134,7 @@ taler-wallet-cli testing integrationtest -e $EXCHANGE_URL -m $MERCHANT_URL -b $B echo "Shutting down services" kill `jobs -p` +wait # Dump database echo "Dumping database" |