Fix typo on MailNotifier
This commit is contained in:
parent
6725385ecb
commit
9929312091
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ mn = mail.MailNotifier(fromaddr = GDB_MAIL_FROM,
|
|||
extraRecipients = [ GDB_MAIL_TO ],
|
||||
mode = ('failing'),
|
||||
messageFormatter = MessageGDBTesters,
|
||||
tags = [ "MggggAIL" ],
|
||||
tags = [ "MAIL" ],
|
||||
extraHeaders = { 'X-GDB-Buildbot' : '1',
|
||||
'In-Reply-To' : WithProperties ("<%s@gdb-build>",
|
||||
'got_revision') })
|
||||
|
|
Loading…
Reference in a new issue