aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-09-01 12:53:30 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-09-01 12:53:30 -0700
commit0aeb7aa5504134190c1e363c6d08dc3c0cec3754 (patch)
treec5d5db7c18df1c580f2057d264beca2ef3f0718c /tools
parent5100ea0043be791587b7d21b4cb32dac3648f17c (diff)
get directories right
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 6e869e18ae..f584018d20 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -478,7 +478,7 @@ if len(build_configs) > 1:
if platform.system() == 'Windows':
def make_jobspec(cfg, targets):
return [
- jobset.JobSpec(['msbuild.exe',
+ jobset.JobSpec(['vsprojects\\build.bat',
'vsprojects\\%s.sln' % target,
'/m',
'/p:Configuration=%s' % _WINDOWS_CONFIG[cfg]],