commit 26c0dc7841acbb4cad696a42d2ba97e187bd763b
parent 4cff3c1a5ce54b96aea4be82733fed371b2cd27e
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 27 Sep 2021 11:32:54 +0200
-fix output formatting
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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"