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