Show scraped data for test-failed and failed builds in addition to successful builds (210802). patch=dbaron, r=mcafee
git-svn-id: svn://10.0.0.236/trunk@147124 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
9fad2f3af5
commit
9734d6b7a6
@ -81,7 +81,7 @@ if (defined $warning_buildnames_pat
|
||||
# Look for build name in scrapedata.pl.
|
||||
require "$tinderbox{tree}/scrapebuilds.pl" if -r "$tinderbox{tree}/scrapebuilds.pl";
|
||||
if ($scrape_builds->{$tinderbox{build}}
|
||||
and $tinderbox{status} eq 'success') {
|
||||
and $tinderbox{status} ne 'building') {
|
||||
system("./scrape.pl", "$tinderbox{tree}", "$tinderbox{logfile}");
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user