Fix test runner bug on windows

This commit is contained in:
Bert Belder 2011-02-17 04:26:00 +01:00 committed by Ryan Dahl
parent 874321298b
commit 25ce5016f4

View File

@ -455,7 +455,6 @@ def RunProcess(context, timeout, args, **rest):
popen_args = args
prev_error_mode = SEM_INVALID_VALUE;
if utils.IsWindows():
popen_args = '"' + subprocess.list2cmdline(args) + '"'
if context.suppress_dialogs:
# Try to change the error mode to avoid dialogs on fatal errors. Don't
# touch any existing error mode flags by merging the existing error mode.