summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-12-04 17:46:28 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-12-04 17:46:28 +0100
commitf478e828289ef16b31c90b3807d1b4d05fa6ec62 (patch)
treea6ed7b6e3f8aa92683f0259710350bf53222a898
parent7c7e61fb3b70e776d818371b1ea82db5cecbb189 (diff)
downloaddeployment-f478e828289ef16b31c90b3807d1b4d05fa6ec62.tar.gz
deployment-f478e828289ef16b31c90b3807d1b4d05fa6ec62.tar.bz2
deployment-f478e828289ef16b31c90b3807d1b4d05fa6ec62.zip
Decrease debug.
-rwxr-xr-xbuildbot/make_auditor_reports.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index 9a27b1a..da69699 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -27,13 +27,10 @@ SUDO_COLOR="sudo -u ${ACTIVE_COLOR}"
JINJA_TEMPLATE="auditor-report.tex.j2"
REPORTS_DIRECTORY="/home/${TALER_DEPLOYMENT}/reports"
-CMD=$(printf "%s; %s; %s" \
+CMD=$(printf "%s; %s" \
"source /home/${ACTIVE_COLOR}/activate" \
- 'echo $PATH' \
'taler-auditor-exchange -m $(taler-config -s exchange -o master_public_key) -u $(taler-config -s exchange -o base_url)')
-echo $CMD
-
${SUDO_COLOR} bash -c "$CMD"
${SUDO_COLOR} bash -c \