summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-05 18:10:12 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-05 18:10:12 +0200
commitb16bf3bdea3e219fe63763e7c62c88886f14edcb (patch)
treec681f95a3a040f96dd4197be652a6a845582fb74 /buildbot
parentc260e2e828ac204688094bcfcb9a0f5e8dfeff36 (diff)
downloaddeployment-b16bf3bdea3e219fe63763e7c62c88886f14edcb.tar.gz
deployment-b16bf3bdea3e219fe63763e7c62c88886f14edcb.tar.bz2
deployment-b16bf3bdea3e219fe63763e7c62c88886f14edcb.zip
auditor reports.
do not "exit on non-zero" so that any intermediate file will always get deleted.
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/make_auditor_reports.sh3
1 files changed, 0 insertions, 3 deletions
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}