瀏覽代碼

Workaround for the 'start' command

[SVN r30171]
Aleksey Gurtovoy 21 年之前
父節點
當前提交
3c9f32e002
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/regression/xsl_reports/runner/regression.py

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

@@ -455,7 +455,7 @@ def start_build_monitor( timeout ):
     if sys.platform == 'win32':
         build_monitor_path = tool_path( 'build_monitor.exe' )
         if os.path.exists( build_monitor_path ):
-            utils.system( [ 'start /belownormal "%s" bjam.exe %d' % ( build_monitor_path, timeout*60 ) ] )
+            utils.system( [ 'start /belownormal "" "%s" bjam.exe %d' % ( build_monitor_path, timeout*60 ) ] )
         else:
             log( 'Warning: Build monitor is not found at "%s"' % build_monitor_path )
 

粤ICP备19079148号