浏览代码

start build_monitor with 'belownormal' priority

[SVN r24094]
Aleksey Gurtovoy 22 年之前
父节点
当前提交
f285e8dbbf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/regression/xsl_reports/runner/regression.py

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

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

粤ICP备19079148号