Aleksey Gurtovoy 21 лет назад
Родитель
Сommit
321db11577
1 измененных файлов с 1 добавлено и 1 удалено
  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:
-        result += '-sTOOLS=%s' % string.join( string.split( toolsets, ',' ), ' ' )
+        result += ' -sTOOLS=%s' % string.join( string.split( toolsets, ',' ), ' ' )
 
     return result
 

粤ICP备19079148号