summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-31 14:41:55 +0200
committerChristian Grothoff <christian@grothoff.org>2020-03-31 14:41:55 +0200
commitf34e40bc229e4a9054134b832845d01eed24bce0 (patch)
tree94440214dbdce6c909dcee6ba60c32d8789ebdce
parentc686fac84b797129d83985086121a5425d988ea4 (diff)
downloadexchange-f34e40bc229e4a9054134b832845d01eed24bce0.tar.gz
exchange-f34e40bc229e4a9054134b832845d01eed24bce0.tar.bz2
exchange-f34e40bc229e4a9054134b832845d01eed24bce0.zip
make auditor less verbose
-rwxr-xr-xsrc/auditor/taler-auditor.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/auditor/taler-auditor.in b/src/auditor/taler-auditor.in
index 1cc50d130..11443a5da 100755
--- 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"