Setting the messageFormatter to the proper function

This commit is contained in:
Sergio Durigan Junior 2014-12-21 23:31:56 -05:00
parent 9631182c22
commit 254aa307f9

View file

@ -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)