From be86e9c9d3eaaa81392bcdb961d229fa0ea1d811 Mon Sep 17 00:00:00 2001 From: "cyeh%netscape.com" Date: Thu, 1 Oct 1998 17:38:04 +0000 Subject: [PATCH] loosen up check for this error parser since it wasn't finding this string properly --- webtools/tinderbox/ep_mac.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtools/tinderbox/ep_mac.pl b/webtools/tinderbox/ep_mac.pl index 161a4254108d..53db652e46ad 100755 --- a/webtools/tinderbox/ep_mac.pl +++ b/webtools/tinderbox/ep_mac.pl @@ -24,7 +24,7 @@ sub has_error { $line =~ /fatal error/ # link error || $line =~ /Error / # C error || $line =~ /\[checkout aborted\]/ #cvs error - || $line =~ /Couldn\'t find project file / # CW project error + || $line =~ /find project file/ # CW project error ; }