pass config to dbinit in test
This commit is contained in:
parent
cd4a0d64a3
commit
d1e5fd8f0e
@ -119,7 +119,7 @@ function audit_only () {
|
|||||||
|
|
||||||
# Cleanup to run after the auditor
|
# Cleanup to run after the auditor
|
||||||
function post_audit () {
|
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
|
cleanup
|
||||||
echo -n "TeXing ."
|
echo -n "TeXing ."
|
||||||
|
Loading…
Reference in New Issue
Block a user