diff options
-rwxr-xr-x | src/auditor/test-auditor.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh index 3a172b794..6a254e010 100755 --- a/src/auditor/test-auditor.sh +++ b/src/auditor/test-auditor.sh @@ -108,6 +108,8 @@ function audit_only () { # Cleanup to run after the auditor function post_audit () { + taler-exchange-dbinit -g || exit_fail "exchange DB GC failed" + kill -TERM `jobs -p` >/dev/null 2>/dev/null || true echo -n "Waiting for servers to die ..." wait |