Parcourir la source

bug fix

[SVN r24470]
Aleksey Gurtovoy il y a 21 ans
Parent
commit
464b0df5af
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      tools/regression/xsl_reports/merger/merge_logs.py

+ 3 - 0
tools/regression/xsl_reports/merger/merge_logs.py

@@ -82,6 +82,9 @@ def unzip_test_runs( dir ):
             utils.log( 'Warning: The following files have not been decompressed:' )
             for f in files:
                 utils.log( '\t%s' % f )
+                zip_path = '%s.xml' % os.path.splitext( f )[0]
+                if os.path.exists( zip_path ):
+                    os.unlink( zip_path )
 
 
 class xmlgen( xml.sax.saxutils.XMLGenerator ):

粤ICP备19079148号