commit 8baf591deda37518db0fbc487287356e369aabe3
parent 2a8383dd947b227c703354cd0fa5bbf96ac66ed7
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 24 Dec 2019 21:20:32 +0100
use wait
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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"