Jelajahi Sumber

Fixed a problem with not creating output directory

[SVN r28729]
Misha Bergal 21 tahun lalu
induk
melakukan
17c959fab6
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      tools/regression/xsl_reports/boost_wide_report.py

+ 1 - 1
tools/regression/xsl_reports/boost_wide_report.py

@@ -246,7 +246,7 @@ class make_links_action( action ):
         self.links_file_path_ = os.path.join( output_dir, 'links.html' )
         self.links_file_path_ = os.path.join( output_dir, 'links.html' )
         
         
     def update( self ):
     def update( self ):
-        utils.makedirs( os.path.dirname( self.links_file_path_ ) )
+        utils.makedirs( os.path.join( os.path.dirname( self.links_file_path_ ), "output" ) )
         utils.log( '    Making test output files...' )
         utils.log( '    Making test output files...' )
         utils.libxslt( 
         utils.libxslt( 
             utils.log
             utils.log

粤ICP备19079148号