commit e47922233ad671fa72bb249cd3c54671cef0f496
parent f667e54ed41f69acec2ff912b895d9fa48eae38e
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 21 Apr 2021 17:10:42 +0200
include logs
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -1116,7 +1116,7 @@ SERVICES.append(reporters.MailNotifier(
wantSteps=True,
wantLogs=True
),
-# add_logs=True
+ add_logs=True,
)],
sendToInterestedUsers=False,
extraRecipients=["buildfailures@taler.net"]