Don't be so sensitive; /\bStop\b/ can occur in normal output and trick

tbmaster into thinking the build failed.  Look for /^Stop in / instead.
This commit is contained in:
Dag-Erling Smørgrav 2003-05-16 10:55:49 +00:00
parent baf74b8876
commit 3dcbbed7f3

View File

@ -245,7 +245,7 @@ sub tinderbox($$$) {
@lines = ();
next;
}
if (/\bStop\b/) {
if (/^Stop in /) {
$error = 1;
}
if (@lines > 10 && !$error) {