diff --git a/webtools/tinderbox/ep_mac.pl b/webtools/tinderbox/ep_mac.pl index 4000d7b402e..161a4254108 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 =~ /find project file / #CW project error + || $line =~ /Couldn\'t find project file / # CW project error ; }