projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ce065c
)
Fix delayed expansion scripting error in runtest.cmd
author
Bruce Forstall
<brucefo@microsoft.com>
Sat, 11 Mar 2017 06:48:35 +0000
(22:48 -0800)
committer
Bruce Forstall
<brucefo@microsoft.com>
Sat, 11 Mar 2017 06:48:35 +0000
(22:48 -0800)
tests/runtest.cmd
patch
|
blob
|
history
diff --git
a/tests/runtest.cmd
b/tests/runtest.cmd
index e54349c37f71d4442f692b75a5638b18699c3b36..9d54289912d0ef838c53b7d43efabbded02e5662 100644
(file)
--- a/
tests/runtest.cmd
+++ b/
tests/runtest.cmd
@@
-120,7
+120,7
@@
if /i "%__VSVersion%" == "vs2017" (
set "__VCToolsRoot=%VS140COMNTOOLS%\..\..\VC"
set _msbuildexe="%ProgramFiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe"
- if not exist
%_msbuildexe%
set _msbuildexe="%ProgramFiles%\MSBuild\14.0\Bin\MSBuild.exe"
+ if not exist
!_msbuildexe!
set _msbuildexe="%ProgramFiles%\MSBuild\14.0\Bin\MSBuild.exe"
)
:: Does VS really exist?