summaryrefslogtreecommitdiff
path: root/src/auditor
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-09-27 11:32:54 +0200
committerChristian Grothoff <christian@grothoff.org>2021-09-27 11:32:54 +0200
commit26c0dc7841acbb4cad696a42d2ba97e187bd763b (patch)
treeb477ca56e5fc80be4b9869a05d3e096fea90298e /src/auditor
parent4cff3c1a5ce54b96aea4be82733fed371b2cd27e (diff)
downloadexchange-26c0dc7841acbb4cad696a42d2ba97e187bd763b.tar.gz
exchange-26c0dc7841acbb4cad696a42d2ba97e187bd763b.tar.bz2
exchange-26c0dc7841acbb4cad696a42d2ba97e187bd763b.zip
-fix output formatting
Diffstat (limited to 'src/auditor')
-rwxr-xr-xsrc/auditor/test-revocation.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/auditor/test-revocation.sh b/src/auditor/test-revocation.sh
index 45af69708..3b3f60881 100755
--- a/src/auditor/test-revocation.sh
+++ b/src/auditor/test-revocation.sh
@@ -120,8 +120,9 @@ function audit_only () {
# Cleanup to run after the auditor
function post_audit () {
+ echo -n "Cleanup ..."
cleanup
- echo "DONE"
+ 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"