Skip to content

Commit 5510d82

Browse files
committed
Adds temporary validation code to buildbot script
1 parent b230cc4 commit 5510d82

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Tools/buildbot/test.bat

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,11 @@ if "%1"=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts
1616
if NOT "%1"=="" (set regrtest_args=%regrtest_args% %1) & shift & goto CheckOpts
1717

1818
echo on
19+
rem Start temporary diagnostic code
20+
set
21+
echo All zip files
22+
dir /s/b "%here%..\..\PCbuild\*.zip"
23+
echo.
24+
rem End temporary diagnostic code
25+
1926
call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --slowest --timeout=900 %regrtest_args%

0 commit comments

Comments
 (0)