Bug 552053: fix unit test log parser so that it finds automation errors (e.g. failed graph server post), patch by Rail Aliev <rail@mozilla.com>, r=reed

git-svn-id: svn://10.0.0.236/trunk@260192 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com 2010-04-14 15:56:46 +00:00
parent 7db5198c06
commit 366fb5e856

View File

@ -31,6 +31,7 @@ BEGIN {
(/fatal error/ # . . . . . . . . . . . . . . . . . Link
or /^g?make(?:\[\d\d?\])?: \*\*\*/ #. . . . . . . gmake
or /^C / # . . . . . . . . . . . . . . . . . . . cvs merge conflict
or /Automation Error\:/ # . . . . . . . . . . . . Release Automation
or / error\([0-9]*\)\:/ # . . . . . . . . . . . . C
or /\[checkout aborted\]/ # . . . . . . . . . . cvs
or /\: cannot find module/ # . . . . . . . . . . cvs