[Python-checkins] cpython (merge 3.2 -> default): Merge buildbot script changes

antoine.pitrou python-checkins at python.org
Wed Jun 27 17:29:13 CEST 2012


http://hg.python.org/cpython/rev/ebd8ac0db443
changeset:   77817:ebd8ac0db443
parent:      77815:a0cfb8c7dfb3
parent:      77816:13144a7aafff
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Wed Jun 27 17:28:21 2012 +0200
summary:
  Merge buildbot script changes

files:
  Tools/buildbot/test-amd64.bat |  2 +-
  Tools/buildbot/test.bat       |  3 +--
  2 files changed, 2 insertions(+), 3 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
+call rt.bat -d -q -x64 -uall -rwW -n %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,4 +1,3 @@
 @rem Used by the buildbot "test" step.
 cd PCbuild
-call rt.bat -d -q -uall -rwW -n
-
+call rt.bat -d -q -uall -rwW -n %1 %2 %3 %4 %5 %6 %7 %8 %9

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


More information about the Python-checkins mailing list