gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix #6856


From: gnunet
Subject: [taler-exchange] branch master updated: fix #6856
Date: Sun, 09 May 2021 12:50:10 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 6ee58c99 fix #6856
6ee58c99 is described below

commit 6ee58c990c0a07b323273a48f3a8fd7d0050190e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun May 9 12:50:08 2021 +0200

    fix #6856
---
 src/exchange/test_taler_exchange_httpd_restart.sh | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/exchange/test_taler_exchange_httpd_restart.sh 
b/src/exchange/test_taler_exchange_httpd_restart.sh
index 2897127f..26a315bf 100755
--- a/src/exchange/test_taler_exchange_httpd_restart.sh
+++ b/src/exchange/test_taler_exchange_httpd_restart.sh
@@ -51,13 +51,15 @@ PREFIX=
 # Uncomment this line to run with valgrind...
 # PREFIX="valgrind --trace-children=yes --leak-check=yes --track-fds=yes 
--error-exitcode=1 --log-file=valgrind.%p"
 
+CONFIG=test_taler_exchange_unix.conf
+
 # Setup database
-taler-exchange-dbinit -c test_taler_exchange_unix.conf &> /dev/null
+taler-exchange-dbinit -c $CONFIG &> /dev/null
 # Run Exchange HTTPD (in background)
-$PREFIX taler-exchange-httpd -c test_taler_exchange_unix.conf 2> 
test-exchange.log &
+$PREFIX taler-exchange-httpd -c $CONFIG 2> test-exchange.log &
 
 # Where should we be bound to?
-UNIXPATH=`taler-config -s exchange -f -o UNIXPATH`
+UNIXPATH=`taler-config -c $CONFIG -s exchange -f -o UNIXPATH`
 
 # Give HTTP time to start
 

-- 
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]