Explorar o código

bug fix

[SVN r26643]
Aleksey Gurtovoy %!s(int64=21) %!d(string=hai) anos
pai
achega
321db11577
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/regression/xsl_reports/runner/regression.py

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

@@ -421,7 +421,7 @@ def bjam_command( toolsets ):
           )
           )
     
     
     if not toolsets is None:
     if not toolsets is None:
-        result += '-sTOOLS=%s' % string.join( string.split( toolsets, ',' ), ' ' )
+        result += ' -sTOOLS=%s' % string.join( string.split( toolsets, ',' ), ' ' )
 
 
     return result
     return result
 
 

粤ICP备19079148号