[Python-checkins] r79689 - python/branches/py3k/PCbuild/rt.bat

ezio.melotti python-checkins at python.org
Sat Apr 3 17:27:05 CEST 2010


Author: ezio.melotti
Date: Sat Apr  3 17:27:05 2010
New Revision: 79689

Log:
Add -bb to rt.bat to do some extra checks during the tests (it is already used by the non-Windows buildbots).

Modified:
   python/branches/py3k/PCbuild/rt.bat

Modified: python/branches/py3k/PCbuild/rt.bat
==============================================================================
--- python/branches/py3k/PCbuild/rt.bat	(original)
+++ python/branches/py3k/PCbuild/rt.bat	Sat Apr  3 17:27:05 2010
@@ -40,7 +40,7 @@
 
 PATH %PATH%;..\..\%tcltk%\bin
 set exe=%prefix%\python%suffix%
-set cmd=%exe% %dashO% -Wd -E ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
+set cmd=%exe% %dashO% -Wd -E -bb ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
 if defined qmode goto Qmode
 
 echo Deleting .pyc/.pyo files ...


More information about the Python-checkins mailing list