Setting the messageFormatter to the proper function
This commit is contained in:
parent
9631182c22
commit
254aa307f9
1 changed files with 2 additions and 1 deletions
|
@ -125,7 +125,8 @@ mn = mail.MailNotifier(fromaddr = "sergiodj@redhat.com",
|
|||
# extraRecipients = ['gdb-testers@sourceware.org'],
|
||||
relayhost = "smtp.corp.redhat.com",
|
||||
mode = ('failing'),
|
||||
smtpPort = 25)
|
||||
smtpPort = 25,
|
||||
messageFormatter = MessageGDBTesters)
|
||||
|
||||
c['status'].append (mn)
|
||||
|
||||
|
|
Loading…
Reference in a new issue