mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Reset who_check_list when building a new table body (presumably for a new tree).
Bug #359470 r=justdave
This commit is contained in:
parent
0a16504492
commit
b711196836
@ -240,6 +240,8 @@ sub print_page_head {
|
||||
|
||||
sub print_table_body {
|
||||
my $tinderbox_data = $_[0];
|
||||
# Reset globals
|
||||
undef @who_check_list;
|
||||
for (my $tt=0; $tt < $time_count; $tt++) {
|
||||
last if $build_time_times->[$tt] < $mindate;
|
||||
print_table_row($tinderbox_data, $tt);
|
||||
|
Loading…
Reference in New Issue
Block a user