We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b230cc4 commit 5510d82Copy full SHA for 5510d82
Tools/buildbot/test.bat
@@ -16,4 +16,11 @@ if "%1"=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts
16
if NOT "%1"=="" (set regrtest_args=%regrtest_args% %1) & shift & goto CheckOpts
17
18
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
+
26
call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --slowest --timeout=900 %regrtest_args%
0 commit comments