Преглед изворни кода

Undo --toolset= change, as it breaks with multi-toolset tests.

[SVN r36300]
Vladimir Prus пре 19 година
родитељ
комит
29f7951975
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tools/regression/xsl_reports/runner/regression.py

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

@@ -494,7 +494,7 @@ def bjam_command( toolsets, v2 ):
 
 
     if not toolsets is None:
     if not toolsets is None:
         if v2:
         if v2:
-            result += ' "--toolset=%s"' % string.join( string.split( toolsets, ',' ), ' ' )
+            result += ' ' + string.join(string.split( toolsets, ',' ), ' ' )
         else:
         else:
             result += ' "-sTOOLS=%s"' % string.join( string.split( toolsets, ',' ), ' ' )
             result += ' "-sTOOLS=%s"' % string.join( string.split( toolsets, ',' ), ' ' )
 
 

粤ICP备19079148号