Another typo
This commit is contained in:
parent
889d439c24
commit
4fea05dda8
1 changed files with 2 additions and 2 deletions
|
@ -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>",
|
||||
|
|
Loading…
Reference in a new issue