Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3cc6da2

Browse files
committed
Removes deprecated -n option from buildbot script.
1 parent 12ee744 commit 3cc6da2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)