commit 1647237c2e54ad14dc2549def5b394f766cd92cd
parent f262d8abde4eaa112c7af322a1637730bb0da1f5
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 27 Mar 2020 17:11:06 +0100
fix #6137
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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