gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 02/03: use wait


From: gnunet
Subject: [taler-exchange] 02/03: use wait
Date: Tue, 24 Dec 2019 21:20:45 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit 8baf591deda37518db0fbc487287356e369aabe3
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Dec 24 21:20:32 2019 +0100

    use wait
---
 src/auditor/generate-auditor-basedb.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/auditor/generate-auditor-basedb.sh 
b/src/auditor/generate-auditor-basedb.sh
index fe692fb0..5e97d7d8 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"

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]