[Python-checkins] cpython: Use -W on the Windows 64 buildbots

antoine.pitrou python-checkins at python.org
Sun Jun 24 17:26:50 CEST 2012


http://hg.python.org/cpython/rev/68d84551b728
changeset:   77722:68d84551b728
parent:      77720:c28153c96494
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sun Jun 24 17:22:50 2012 +0200
summary:
  Use -W on the Windows 64 buildbots

files:
  Tools/buildbot/test-amd64.bat |  2 +-
  1 files changed, 1 insertions(+), 1 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 -q -d -x64 -uall -rw
+call rt.bat -d -q -x64 -uall -rwW -n

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


More information about the Python-checkins mailing list