[Python-checkins] cpython (3.5): Removes deprecated -n option from buildbot script.

steve.dower python-checkins at python.org
Thu Oct 8 12:08:04 EDT 2015


https://hg.python.org/cpython/rev/0b7df139a5f7
changeset:   98599:0b7df139a5f7
branch:      3.5
parent:      98597:69c4fa62b608
user:        Steve Dower <steve.dower at microsoft.com>
date:        Thu Oct 08 09:06:17 2015 -0700
summary:
  Removes deprecated -n option from buildbot script.

files:
  Tools/buildbot/test.bat |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat
--- a/Tools/buildbot/test.bat
+++ b/Tools/buildbot/test.bat
@@ -16,4 +16,4 @@
 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%

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list