From 26c0dc7841acbb4cad696a42d2ba97e187bd763b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 27 Sep 2021 11:32:54 +0200 Subject: -fix output formatting --- src/auditor/test-revocation.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3