aboutsummaryrefslogtreecommitdiff
path: root/utils/test/TestRunner.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/test/TestRunner.py')
-rwxr-xr-xutils/test/TestRunner.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/test/TestRunner.py b/utils/test/TestRunner.py
index 42799093d1..3c0c8072c2 100755
--- a/utils/test/TestRunner.py
+++ b/utils/test/TestRunner.py
@@ -110,7 +110,8 @@ def executeShCmd(cmd, cfg, cwd, results):
return exitCode
def executeScriptInternal(cfg, commands, cwd):
- cmd = ShUtil.ShParser(' &&\n'.join(commands)).parse()
+ cmd = ShUtil.ShParser(' &&\n'.join(commands),
+ kSystemName == 'Windows').parse()
results = []
try: