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:
parent
baf74b8876
commit
3dcbbed7f3
@ -245,7 +245,7 @@ sub tinderbox($$$) {
|
||||
@lines = ();
|
||||
next;
|
||||
}
|
||||
if (/\bStop\b/) {
|
||||
if (/^Stop in /) {
|
||||
$error = 1;
|
||||
}
|
||||
if (@lines > 10 && !$error) {
|
||||
|
Loading…
Reference in New Issue
Block a user