diff options
author | Bevan Weiss <bevan.weiss@gmail.com> | 2024-06-29 12:31:27 +1000 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2024-07-04 19:25:49 -0400 |
commit | 04ad8ff7bc4d2d19a0b199ade24841e62e77fae3 (patch) | |
tree | e94a4cbbb7abec66f9711ebfb64c30aee4f7e99f /src/test | |
parent | 596b4c4ae90b757b069a97ef40de67a7d1f9ab73 (diff) | |
download | wix-04ad8ff7bc4d2d19a0b199ade24841e62e77fae3.tar.gz wix-04ad8ff7bc4d2d19a0b199ade24841e62e77fae3.tar.bz2 wix-04ad8ff7bc4d2d19a0b199ade24841e62e77fae3.zip |
Change lower case c:\ => C:\ in 'where' search to align with expected
firewall rules.
Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/sandbox/runtest_menu.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/sandbox/runtest_menu.bat b/src/test/sandbox/runtest_menu.bat index cc7bd4cf..e6b64365 100644 --- a/src/test/sandbox/runtest_menu.bat +++ b/src/test/sandbox/runtest_menu.bat | |||
@@ -32,7 +32,7 @@ if not "%MsVsMonPath%"=="" ( | |||
32 | ) | 32 | ) |
33 | 33 | ||
34 | REM And then for each 'runtests.cmd' file we find | 34 | REM And then for each 'runtests.cmd' file we find |
35 | for /f %%i in ('where /R c:\build runtests.cmd') do ( | 35 | for /f %%i in ('where /R C:\build runtests.cmd') do ( |
36 | set /A "index+=1" | 36 | set /A "index+=1" |
37 | echo [!index!] %%i | 37 | echo [!index!] %%i |
38 | set "option[!index!]=%%i!" | 38 | set "option[!index!]=%%i!" |