aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-02-09 16:26:41 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-02-09 17:21:19 -0800
commitdd900d55b875e3bd3c83530dd17c54356e5067dd (patch)
treedbb7ce8f83a46812e231c88843ce02b6f6e34776 /tools/run_tests/run_tests.py
parent397d2d96213b13254931fa6b3f73ec7cfa105245 (diff)
cleanup windows_build_bat
Diffstat (limited to 'tools/run_tests/run_tests.py')
-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 eb4b5c276b..8b76193cbe 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -1039,7 +1039,7 @@ def _check_arch_option(arch):
def _windows_build_bat(compiler):
"""Returns name of build.bat for selected compiler."""
# For CoreCLR, fall back to the default compiler for C core
- if compiler == 'default' or compiler == 'vs2013' or compiler == 'coreclr':
+ if compiler == 'default' or compiler == 'vs2013':
return 'vsprojects\\build_vs2013.bat'
elif compiler == 'vs2015':
return 'vsprojects\\build_vs2015.bat'