pass config to dbinit in test

This commit is contained in:
Christian Grothoff 2021-07-18 12:48:45 +02:00
parent cd4a0d64a3
commit d1e5fd8f0e
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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 ."