From e13dd2e03cf883ab5a6b27dcf2ba5db748d919d1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 23 Feb 2020 20:31:51 +0100 Subject: log failure cause better --- buildbot/make_auditor_reports.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'buildbot/make_auditor_reports.sh') diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh index 4009b60..8fd2284 100755 --- a/buildbot/make_auditor_reports.sh +++ b/buildbot/make_auditor_reports.sh @@ -43,6 +43,7 @@ CONFIG_FILE=${TALER_HOME}/.config/taler.conf # Generate first report. echo "Running taler-auditor" if ! taler-auditor -c ${CONFIG_FILE} > "${REPORT_FILE_NOEXT}.txt"; then + echo "taler-auditor failed" clean_files exit 1 fi @@ -50,7 +51,8 @@ fi # Generate "wire" report. echo "Running taler-wire-auditor" if ! taler-wire-auditor -c ${CONFIG_FILE} > "${WIRE_REPORT_FILE_NOEXT}.txt"; then - clean_files + echo "taler-wire-auditor failed" +# clean_files exit 1 fi -- cgit v1.2.3