summaryrefslogtreecommitdiff
path: root/tools/test.py
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2011-02-17 04:26:00 +0100
committerRyan Dahl <ry@tinyclouds.org>2011-02-17 10:52:28 -0800
commit25ce5016f4d083649c0986e603936da96df6cfda (patch)
tree5d321851968ec3690cc1f71465ebd8ed84d40c8f /tools/test.py
parent874321298bd5864326e2f830ee7d79dbf2782195 (diff)
downloadnode-new-25ce5016f4d083649c0986e603936da96df6cfda.tar.gz
Fix test runner bug on windows
Diffstat (limited to 'tools/test.py')
-rwxr-xr-xtools/test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/test.py b/tools/test.py
index 9a66e627a8..d3c24e2b0c 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -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.