Skip to content

Commit 11360e3

Browse files
committed
Removes deprecated -n option from buildbot script.
1 parent 8c7fd24 commit 11360e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/buildbot/test.bat

+1-1
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 -n --timeout=3600 %regrtest_args%
19+
call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --timeout=3600 %regrtest_args%

0 commit comments

Comments
 (0)