[Python-checkins] cpython (2.7): temporary change to get better debugging from windows bots

benjamin.peterson python-checkins at python.org
Mon Apr 14 22:51:38 CEST 2014


http://hg.python.org/cpython/rev/81abb121dc65
changeset:   90301:81abb121dc65
branch:      2.7
parent:      90285:d4f5a88b94b4
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Apr 14 16:51:29 2014 -0400
summary:
  temporary change to get better debugging from windows bots

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 -q -uall -rwW %1 %2 %3 %4 %5 %6 %7 %8 %9
+call rt.bat -d -v -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