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