We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664cc50 commit 5daba1aCopy full SHA for 5daba1a
1 file changed
Tools/buildbot/test.bat
@@ -16,11 +16,4 @@ 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\*"
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