aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-09-01 14:22:27 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-09-01 14:22:27 -0700
commit36d1ae838f23a252545b06d475f0358747edd136 (patch)
treef02493d0ddc74db60d86debcc73f8145ed6706d7 /tools
parentf406f6c4483fd1b78f4fa3168c40594e91752a56 (diff)
Turn off parallel execution: its buggy?
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/run_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index f584018d20..132052f50c 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -480,7 +480,6 @@ if platform.system() == 'Windows':
return [
jobset.JobSpec(['vsprojects\\build.bat',
'vsprojects\\%s.sln' % target,
- '/m',
'/p:Configuration=%s' % _WINDOWS_CONFIG[cfg]],
shell=True, timeout_seconds=30*60)
for target in targets]