Browse Source

Small fix

[SVN r36925]
Misha Bergal 19 years ago
parent
commit
a79a6a52ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/regression/xsl_reports/runner/regression.py

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

@@ -613,7 +613,7 @@ def build_book( **kargs ):
     import_utils()
     cwd = os.getcwd()
     try:
-        os.chdir( 'boost/doc' )
+        os.chdir( os.path.join( boost_root', 'doc' ) )
         if os.path.exists( boostbook_log ):
             os.unlink( boostbook_log )
         utils.system( [ '%s --v2 html >>%s 2>&1' % ( tool_path( bjam, v2=True ), boostbook_log ) ] )

粤ICP备19079148号