-fix output formatting

This commit is contained in:
Christian Grothoff 2021-09-27 11:32:54 +02:00
parent 4cff3c1a5c
commit 26c0dc7841
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -120,8 +120,9 @@ function audit_only () {
# Cleanup to run after the auditor # Cleanup to run after the auditor
function post_audit () { function post_audit () {
echo -n "Cleanup ..."
cleanup cleanup
echo "DONE" echo " DONE"
echo -n "TeXing ." 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" 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"