gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 01/02: make auditor less verbose


From: gnunet
Subject: [taler-exchange] 01/02: make auditor less verbose
Date: Tue, 31 Mar 2020 14:42:09 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit f34e40bc229e4a9054134b832845d01eed24bce0
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Mar 31 14:41:55 2020 +0200

    make auditor less verbose
---
 src/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
index 1cc50d13..11443a5d 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"

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]