]> granicus.if.org Git - python/commitdiff
Removes deprecated -n option from buildbot script.
authorSteve Dower <steve.dower@microsoft.com>
Thu, 8 Oct 2015 16:06:17 +0000 (09:06 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Thu, 8 Oct 2015 16:06:17 +0000 (09:06 -0700)
Tools/buildbot/test.bat

index d1f5f521ba1df5263703f35cf95a3e2e97ffa793..ff7d167e6a7b2531674b60474e38caa5fbe34a70 100644 (file)
@@ -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\r
 \r
 echo on\r
-call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW -n --timeout=3600 %regrtest_args%\r
+call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --timeout=3600 %regrtest_args%\r