gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] branch master updated: more debugging


From: gnunet
Subject: [taler-taler-mdb] branch master updated: more debugging
Date: Sun, 14 Jan 2024 17:59:00 +0100

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

grothoff pushed a commit to branch master
in repository taler-mdb.

The following commit(s) were added to refs/heads/master by this push:
     new 4910655  more debugging
4910655 is described below

commit 4910655790ce89aa23f47517c9e21a1bb9f92a69
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sun Jan 14 17:58:56 2024 +0100

    more debugging
---
 contrib/taler-mdb-network-check.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/taler-mdb-network-check.sh 
b/contrib/taler-mdb-network-check.sh
index efbc5b0..3276743 100755
--- a/contrib/taler-mdb-network-check.sh
+++ b/contrib/taler-mdb-network-check.sh
@@ -25,7 +25,7 @@
 # and show an error message.
 #
 
-set -eu
+set -eux
 
 EXIT_STATUS=0
 CHILD_PID=-1
@@ -80,13 +80,13 @@ function cleanup()
     if [ "$ERROR_PID" != "-1" ]
     then
         kill -TERM "$ERROR_PID"
-        wait
+        wait "$ERROR_PID"
         ERROR_PID="-1"
     fi
     if [ "$CHILD_PID" != "-1" ]
     then
         kill -TERM "$CHILD_PID"
-        wait
+        wait "$CHILD_PID"
         CHILD_PID="-1"
     fi
     for n in $(jobs -p)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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