aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'testrunner/runner.py')
-rw-r--r--testrunner/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testrunner/runner.py b/testrunner/runner.py
index 303dba81cb..802528ee9b 100644
--- a/testrunner/runner.py
+++ b/testrunner/runner.py
@@ -112,7 +112,7 @@ def execute_test(cwd, test, out, logfname, interp, test_driver,
args = interp + test_driver
args += ['-p', 'resultlog',
'--resultlog=%s' % logfname,
- '--junitxml=%s.junit' % logfname,
+ #'--junitxml=%s.junit' % logfname,
test]
args = map(str, args)