summaryrefslogtreecommitdiff
path: root/src/auditor/test-auditor.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-28 18:28:53 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-28 18:28:53 +0200
commit51fa812cf47d8238cca784834a70eafcd0306d04 (patch)
treef083a234746c4e0e576885f3ddcd87e67cda73f7 /src/auditor/test-auditor.sh
parentd089c31e5e5dcab03c6988d87c61c839e447b05b (diff)
downloadexchange-51fa812cf47d8238cca784834a70eafcd0306d04.tar.gz
exchange-51fa812cf47d8238cca784834a70eafcd0306d04.tar.bz2
exchange-51fa812cf47d8238cca784834a70eafcd0306d04.zip
do setup instance
Diffstat (limited to 'src/auditor/test-auditor.sh')
-rwxr-xr-xsrc/auditor/test-auditor.sh4
1 files changed, 2 insertions, 2 deletions
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