This commit is contained in:
Christian Grothoff 2019-12-24 21:20:32 +01:00
parent 2a8383dd94
commit 8baf591ded
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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"