From 366fb5e856c99acd8de7a70a3f2e83f08f5bc99e Mon Sep 17 00:00:00 2001 From: "gavin%gavinsharp.com" Date: Wed, 14 Apr 2010 15:56:46 +0000 Subject: [PATCH] Bug 552053: fix unit test log parser so that it finds automation errors (e.g. failed graph server post), patch by Rail Aliev , r=reed git-svn-id: svn://10.0.0.236/trunk@260192 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/tinderbox/ep_unittest.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/webtools/tinderbox/ep_unittest.pl b/mozilla/webtools/tinderbox/ep_unittest.pl index ed251ba3aea..2f4289571bb 100644 --- a/mozilla/webtools/tinderbox/ep_unittest.pl +++ b/mozilla/webtools/tinderbox/ep_unittest.pl @@ -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