Skip to content

Commit

Permalink
Run warnings on testfailed builds too.
Browse files Browse the repository at this point in the history
  • Loading branch information
slamm%netscape.com committed Mar 11, 2000
1 parent 8ddada7 commit d1cfaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webtools/tinderbox/processbuild.pl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
require "$tinderbox{tree}/treedata.pl" if -r "$tinderbox{tree}/treedata.pl";
if (defined $warning_buildnames_pat
and $tinderbox{build} =~ /^$warning_buildnames_pat$/
and $tinderbox{status} eq 'success') {
and $tinderbox{status} ne 'failed') {
system "./warnings.pl $tinderbox{tree}/$tinderbox{logfile}";
}

Expand Down

0 comments on commit d1cfaee

Please sign in to comment.