Browse Source

.

[SVN r23979]
Aleksey Gurtovoy 22 years ago
parent
commit
46aeb4e008
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/regression/xsl_reports/merger/merge_logs.py

+ 1 - 1
tools/regression/xsl_reports/merger/merge_logs.py

@@ -67,7 +67,7 @@ def unzip_test_runs( dir ):
             zip_path = os.path.join( dir, test_run )
             unzip( zip_path, dir )
             utils.log( '  Removing "%s" ...' % test_run )
-            #os.unlink( zip_path )
+            os.unlink( zip_path )
         except Exception, msg:
             utils.log( '  Skipping "%s" due to errors (%s)' % ( test_run, msg ) )
 

粤ICP备19079148号