Sfoglia il codice sorgente

Workaround for the 'start' command

[SVN r30171]
Aleksey Gurtovoy 21 anni fa
parent
commit
3c9f32e002
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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':
     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 /belownormal "%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号