gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 02/02: make script a bit nicer


From: gnunet
Subject: [taler-exchange] 02/02: make script a bit nicer
Date: Sat, 08 Feb 2020 19:06:24 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit 001f1552089fbd1e7fea540d2561c79bab2dfbac
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Feb 8 19:06:19 2020 +0100

    make script a bit nicer
---
 src/exchange/test_taler_exchange_httpd_restart.sh | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/src/exchange/test_taler_exchange_httpd_restart.sh 
b/src/exchange/test_taler_exchange_httpd_restart.sh
index 81ac0455..f7d7a305 100755
--- a/src/exchange/test_taler_exchange_httpd_restart.sh
+++ b/src/exchange/test_taler_exchange_httpd_restart.sh
@@ -49,7 +49,7 @@ unset XDG_CONFIG_HOME
 echo -n "Launching exchange ..."
 PREFIX=
 # Uncomment this line to run with valgrind...
-# PREFIX="valgrind --leak-check=yes --track-fds=yes --error-exitcode=1 
--log-file=valgrind.%p"
+# PREFIX="valgrind --trace-children=yes --leak-check=yes --track-fds=yes 
--error-exitcode=1 --log-file=valgrind.%p"
 
 # Setup keys.
 taler-exchange-keyup -c test_taler_exchange_unix.conf || exit 1
@@ -73,11 +73,7 @@ do
 done
 if [ 1 != $OK ]
 then
-    echo "Failed to launch exchange"
-    kill -TERM $!
-    wait $!
-    echo Process status: $?
-    exit 77
+    exit_fail "Failed to launch exchange"
 fi
 echo " DONE"
 
@@ -110,6 +106,7 @@ kill -TERM $CPID
 while true
 do
     ps x | grep -v grep | grep taler-exchange-httpd > /dev/null || break
+    sleep 0.1
 done
 echo " DONE"
 

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



reply via email to

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