startup data goes to scrapt.dat now.

This commit is contained in:
mcafee%netscape.com 2001-11-20 03:43:27 +00:00
Родитель 1705d9cf87
Коммит 3ab251b448
1 изменённых файлов: 0 добавлений и 9 удалений

Просмотреть файл

@ -95,15 +95,6 @@ if (defined $pageloader_buildnames_pat
system("./pageloader.pl", "$tinderbox{tree}", "$tinderbox{logfile}");
}
# Startup data
# Compare the name with $startup_buildnames_pat which is defined in
# $tinderbox{tree}/treedata.pl if at all.
if (defined $startup_buildnames_pat
and $tinderbox{build} =~ /^$startup_buildnames_pat$/
and $tinderbox{status} eq 'success') {
system("./startup.pl", "$tinderbox{tree}", "$tinderbox{logfile}");
}
# Scrape data
# Look for build name in scrapedata.pl.
require "$tinderbox{tree}/scrapebuilds.pl" if -r "$tinderbox{tree}/scrapebuilds.pl";