From: Steve Dower Date: Thu, 8 Oct 2015 16:06:17 +0000 (-0700) Subject: Removes deprecated -n option from buildbot script. X-Git-Tag: v3.5.1rc1~195 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cc6da2b07a8aa78ec53a3ff5ea8d620f4753db6;p=python Removes deprecated -n option from buildbot script. --- diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat index d1f5f521ba..ff7d167e6a 100644 --- a/Tools/buildbot/test.bat +++ b/Tools/buildbot/test.bat @@ -16,4 +16,4 @@ if "%1"=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts if NOT "%1"=="" (set regrtest_args=%regrtest_args% %1) & shift & goto CheckOpts echo on -call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW -n --timeout=3600 %regrtest_args% +call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --timeout=3600 %regrtest_args%