summaryrefslogtreecommitdiff
path: root/buildbot/make_auditor_reports.sh
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/make_auditor_reports.sh')
-rwxr-xr-xbuildbot/make_auditor_reports.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index 1ab964f..0bb01e3 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -40,12 +40,6 @@ fi
CONFIG_FILE=${TALER_HOME}/.config/taler.conf
-echo "Adding exchange to auditor's list"
-taler-auditor-exchange \
- -c ${CONFIG_FILE} \
- -m $(taler-config -c ${CONFIG_FILE} -s exchange -o master_public_key) \
- -u $(taler-config -c ${CONFIG_FILE} -s exchange -o base_url) || true
-
# Generate first report.
echo "Running taler-auditor"
if ! taler-auditor -c ${CONFIG_FILE} > "${REPORT_FILE_NOEXT}.txt"; then