-fix output formatting
This commit is contained in:
parent
4cff3c1a5c
commit
26c0dc7841
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user