Skip to content

Commit

Permalink
Change lower case c:\ => C:\ in 'where' search to align with expected
Browse files Browse the repository at this point in the history
firewall rules.

Signed-off-by: Bevan Weiss <[email protected]>
  • Loading branch information
bevanweiss committed Jun 29, 2024
1 parent 8110f4a commit 09390cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/sandbox/runtest_menu.bat
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if not "%MsVsMonPath%"=="" (
)

REM And then for each 'runtests.cmd' file we find
for /f %%i in ('where /R c:\build runtests.cmd') do (
for /f %%i in ('where /R C:\build runtests.cmd') do (
set /A "index+=1"
echo [!index!] %%i
set "option[!index!]=%%i!"
Expand Down

0 comments on commit 09390cb

Please sign in to comment.