Another typo

This commit is contained in:
Sergio Durigan Junior 2016-07-23 11:28:44 -04:00
parent 889d439c24
commit 4fea05dda8

View file

@ -552,7 +552,7 @@ mn = MyMailNotifier(fromaddr = GDB_MAIL_FROM,
sendToInterestedUsers = False,
extraRecipients = [ GDB_MAIL_TO ],
mode = ('failing'),
messageFormatter = MessageGDBTestersTryBuild,
messageFormatter = MessageGDBTesters,
tags = [ "MAIL" ],
extraHeaders = { 'X-GDB-Buildbot' : '1',
'In-Reply-To' : WithProperties ("<%s@gdb-build>",
@ -561,7 +561,7 @@ mn = MyMailNotifier(fromaddr = GDB_MAIL_FROM,
mn_try = MyMailNotifier(fromaddr = GDB_MAIL_FROM,
sendToInterestedUsers = True,
mode = ( 'failing', 'passing', 'warnings' ),
messageFormatter = MessageGDBTesters,
messageFormatter = MessageGDBTestersTryBuild,
tags = [ "MAIL" ],
extraHeaders = { 'X-GDB-Buildbot' : '1',
'In-Reply-To' : WithProperties ("<%s@gdb-build>",