exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit f34e40bc229e4a9054134b832845d01eed24bce0
parent c686fac84b797129d83985086121a5425d988ea4
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 31 Mar 2020 14:41:55 +0200

make auditor less verbose

Diffstat:
Msrc/auditor/taler-auditor.in | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/auditor/taler-auditor.in b/src/auditor/taler-auditor.in @@ -15,9 +15,9 @@ taler-helper-auditor-render.py \ ${DIR}/reserves.json \ ${DIR}/wire.json < %pkgdatadir%/auditor-report.tex.j2 > ${DIR}/auditor-report.tex cd ${DIR} -pdflatex auditor-report.tex < /dev/null -pdflatex auditor-report.tex < /dev/null -pdflatex auditor-report.tex < /dev/null +pdflatex auditor-report.tex < /dev/null &> /dev/null || true +pdflatex auditor-report.tex < /dev/null &> /dev/null || true +pdflatex auditor-report.tex < /dev/null || echo "pdflatex failed" cd .. echo "Result is in ${DIR}/auditor-report.pdf"