aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/test/sandbox/runtest_menu.bat2
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
34REM And then for each 'runtests.cmd' file we find 34REM And then for each 'runtests.cmd' file we find
35for /f %%i in ('where /R c:\build runtests.cmd') do ( 35for /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!"