Browse Source

bug fix

[SVN r28760]
Aleksey Gurtovoy 21 years ago
parent
commit
db2f215338
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tools/regression/xsl_reports/boost_wide_report.py

+ 2 - 0
tools/regression/xsl_reports/boost_wide_report.py

@@ -247,6 +247,8 @@ class make_links_action( action ):
         
     def update( self ):
         utils.makedirs( os.path.join( os.path.dirname( self.links_file_path_ ), "output" ) )
+        utils.makedirs( os.path.join( os.path.dirname( self.links_file_path_ ), "developer", "output" ) )
+        utils.makedirs( os.path.join( os.path.dirname( self.links_file_path_ ), "user", "output" ) )
         utils.log( '    Making test output files...' )
         utils.libxslt( 
             utils.log

粤ICP备19079148号