From 51fa812cf47d8238cca784834a70eafcd0306d04 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 28 Aug 2020 18:28:53 +0200 Subject: do setup instance --- src/auditor/test-auditor.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/auditor/test-auditor.sh') diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh index db8e73a74..4326fda40 100755 --- a/src/auditor/test-auditor.sh +++ b/src/auditor/test-auditor.sh @@ -122,7 +122,6 @@ function post_audit () { taler-exchange-dbinit -g || exit_fail "exchange DB GC failed" cleanup - echo "DONE" echo -n "TeXing ." taler-helper-auditor-render.py test-audit-aggregation.json test-audit-coins.json test-audit-deposits.json test-audit-reserves.json test-audit-wire.json < ../../contrib/auditor-report.tex.j2 > test-report.tex || exit_fail "Renderer failed" @@ -1882,10 +1881,11 @@ else fi # run tests with pre-build database, if one is available -if test -x auditor-basedb.mpub +if test -r auditor-basedb.mpub then check_with_database "auditor-basedb" else + echo "Lacking auditor-basedb.mpub, skipping test" fail=77 fi -- cgit v1.2.3