Explorar o código

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

[SVN r30004]
Aleksey Gurtovoy %!s(int64=21) %!d(string=hai) anos
pai
achega
ff21ec5d50
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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 ):
 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 )
             tool_path( bjam )
           , regression_root
           , regression_root
-          , os.path.join( boost_root, 'tools/build/v1' )
           , boost_root
           , boost_root
           )
           )
     
     

粤ICP备19079148号