summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-07-02 14:48:41 +0200
committerms <ms@taler.net>2021-07-02 14:48:41 +0200
commit1f9f01133642537338c48449c986a564b5d1ddd4 (patch)
treea7ee2a1c559ec30344937b473a8bbc92e7b846cb /buildbot
parentd9d703fb96d13b121a2f2442161c200535f6e4d1 (diff)
downloaddeployment-1f9f01133642537338c48449c986a564b5d1ddd4.tar.gz
deployment-1f9f01133642537338c48449c986a564b5d1ddd4.tar.bz2
deployment-1f9f01133642537338c48449c986a564b5d1ddd4.zip
fix import
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index bc542d3..773a25d 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -75,7 +75,7 @@ tipReserveEmails = reporters.MailNotifier(
builders=["check-tips-builder"],
extraRecipients=["tips@taler.net"],
dumpMailsToLog=True, # debug, to remove
- messageFormatter=reporters.MessageFormatterWithStdout(
+ messageFormatter=MessageFormatterWithStdout(
wantSteps=True,
wantLogs=True,
template="{{ stdout }}",