commit b01aa55143142aab41e686c1aad30323e9662d01
parent 566ac851d1cac942aadfa338f2be2f715fa0a30d
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 1 Dec 2019 20:36:32 +0100
ignore failure of taler-auditor-exchange:
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
@@ -15,7 +15,7 @@ JINJA_TEMPLATE="auditor-report.tex.j2"
REPORTS_DIRECTORY=$(taler-config -s auditor -o reports -f)
clean_files () {
- # Remove garbage and set permissions.
+ # Remove garbage and set permissions.
echo Removing "${REPORT_FILE_NOEXT}.aux"
rm -f "${REPORT_FILE_NOEXT}.aux"
echo Removing "${REPORT_FILE_NOEXT}.tex"
@@ -35,7 +35,7 @@ fi
taler-auditor-exchange \
-c ${HOME}/.config/taler.conf \
-m $(taler-config -s exchange -o master_public_key) \
- -u $(taler-config -s exchange -o base_url)
+ -u $(taler-config -s exchange -o base_url) || true
# Generate first report.
if ! taler-auditor > "${REPORT_FILE_NOEXT}.txt"; then