gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: pass config to dbinit in test


From: gnunet
Subject: [taler-exchange] branch master updated: pass config to dbinit in test
Date: Sun, 18 Jul 2021 12:48:59 +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 d1e5fd8f pass config to dbinit in test
d1e5fd8f is described below

commit d1e5fd8f0ea4c6341d403070d8d035dd0cc56262
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jul 18 12:48:45 2021 +0200

    pass config to dbinit in test
---
 src/auditor/test-auditor.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index eef115d3..44b3c7b5 100755
--- a/src/auditor/test-auditor.sh
+++ b/src/auditor/test-auditor.sh
@@ -119,7 +119,7 @@ function audit_only () {
 
 # Cleanup to run after the auditor
 function post_audit () {
-    taler-exchange-dbinit -g || exit_fail "exchange DB GC failed"
+    taler-exchange-dbinit -c $CONF -g || exit_fail "exchange DB GC failed"
 
     cleanup
     echo -n "TeXing ."

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