exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

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

pass config to dbinit in test

Diffstat:
Msrc/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 @@ -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 ."