Browse Source

get rid of redudant 'tools/build/v1' path (see http://article.gmane.org/gmane.comp.lib.boost.testing/1616)

[SVN r30004]
Aleksey Gurtovoy 21 years ago
parent
commit
ff21ec5d50
1 changed files with 1 additions and 2 deletions
  1. 1 2
      tools/regression/xsl_reports/runner/regression.py

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

@@ -415,11 +415,10 @@ def setup(
 
 
 def bjam_command( toolsets ):
-    result = '%s "-sBOOST_BUILD_PATH=%s:%s" "-sBOOST_ROOT=%s"'\
+    result = '%s "-sBOOST_BUILD_PATH=%s" "-sBOOST_ROOT=%s"'\
         % (
             tool_path( bjam )
           , regression_root
-          , os.path.join( boost_root, 'tools/build/v1' )
           , boost_root
           )
     

粤ICP备19079148号