From b16bf3bdea3e219fe63763e7c62c88886f14edcb Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 5 Jun 2019 18:10:12 +0200 Subject: auditor reports. do not "exit on non-zero" so that any intermediate file will always get deleted. --- buildbot/make_auditor_reports.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'buildbot') diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh index a3cbc61..24cd380 100755 --- a/buildbot/make_auditor_reports.sh +++ b/buildbot/make_auditor_reports.sh @@ -4,9 +4,6 @@ # the config file that lives under ${HOME}/.config/taler.conf. # The results will be found under ${HOME}/reports/ -# Exit on non-zero exits. -set -e - DATE=$(date +%Y-%m-%d) REPORT_FILE_NOEXT=${HOME}/audit_report.${DATE} WIRE_REPORT_FILE_NOEXT=${HOME}/wire_audit_report.${DATE} -- cgit v1.2.3