[Python-checkins] cpython (2.7): Backed out changeset 81abb121dc65

benjamin.peterson python-checkins at python.org
Tue Apr 15 01:25:42 CEST 2014


http://hg.python.org/cpython/rev/71a0e0c70525
changeset:   90306:71a0e0c70525
branch:      2.7
parent:      90301:81abb121dc65
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Apr 14 19:25:36 2014 -0400
summary:
  Backed out changeset 81abb121dc65

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
@@ -1,3 +1,3 @@
 @rem Used by the buildbot "test" step.
 cd PCbuild
-call rt.bat -d -v -uall -rwW %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