bug 379327 - make tinderbox logs suck less when tests fail - make unit test TinderboxMailNotifier use new unittest error parser. r=robcee
git-svn-id: svn://10.0.0.236/trunk@239779 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -57,7 +57,8 @@ c['status'].append(tinderbox.TinderboxMailNotifier(
|
||||
tree="Firefox",
|
||||
extraRecipients=["tinderbox-daemon@tinderbox.mozilla.org", "rcampbell@mozilla.com"],
|
||||
relayhost="smtp.mozilla.org",
|
||||
logCompression="bzip2"))
|
||||
logCompression="bzip2",
|
||||
errorparser="unittest"))
|
||||
|
||||
##
|
||||
## Sources
|
||||
|
||||
Reference in New Issue
Block a user