Skip to content

Commit d1b474c

Browse files
authored
Tools/buildbot/test.bat: add --slowest option (#2552)
1 parent 1e4fcb3 commit d1b474c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/buildbot/test.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ 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-
call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW %regrtest_args%
19+
call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --slowest %regrtest_args%

0 commit comments

Comments
 (0)