diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-09-27 11:32:54 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-09-27 11:32:54 +0200 |
commit | 26c0dc7841acbb4cad696a42d2ba97e187bd763b (patch) | |
tree | b477ca56e5fc80be4b9869a05d3e096fea90298e /src/auditor | |
parent | 4cff3c1a5ce54b96aea4be82733fed371b2cd27e (diff) |
-fix output formatting
Diffstat (limited to 'src/auditor')
-rwxr-xr-x | src/auditor/test-revocation.sh | 3 |
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" |