[Python-checkins] cpython (2.7): Regrtest option "-n" doesn't exist in 2.7.

antoine.pitrou python-checkins at python.org
Wed Jun 27 18:25:49 CEST 2012


http://hg.python.org/cpython/rev/73710ae9fedc
changeset:   77823:73710ae9fedc
branch:      2.7
parent:      77821:78e7d2d4b26d
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Wed Jun 27 18:23:40 2012 +0200
summary:
  Regrtest option "-n" doesn't exist in 2.7.

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


diff --git a/Tools/buildbot/test-amd64.bat b/Tools/buildbot/test-amd64.bat
--- a/Tools/buildbot/test-amd64.bat
+++ b/Tools/buildbot/test-amd64.bat
@@ -1,3 +1,3 @@
 @rem Used by the buildbot "test" step.
 cd PCbuild
-call rt.bat -d -q -x64 -uall -rwW -n %1 %2 %3 %4 %5 %6 %7 %8 %9
+call rt.bat -d -q -x64 -uall -rwW %1 %2 %3 %4 %5 %6 %7 %8 %9
diff --git a/Tools/buildbot/test.bat b/Tools/buildbot/test.bat
--- a/Tools/buildbot/test.bat
+++ b/Tools/buildbot/test.bat
@@ -1,3 +1,3 @@
 @rem Used by the buildbot "test" step.
 cd PCbuild
-call rt.bat -d -q -uall -rwW -n %1 %2 %3 %4 %5 %6 %7 %8 %9
+call rt.bat -d -q -uall -rwW %1 %2 %3 %4 %5 %6 %7 %8 %9

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


More information about the Python-checkins mailing list