--- trunk/run.pl 2007/05/27 09:39:44 845 +++ trunk/run.pl 2007/05/27 10:50:37 849 @@ -583,6 +583,8 @@ # close report close($report_fh) if ($report_fh) + # reset validate stats + $validate->reset if ( $validate ); } eval { $indexer->finish } if ($indexer && $indexer->can('finish'));