From: Ezio Melotti Date: Sat, 3 Apr 2010 15:27:05 +0000 (+0000) Subject: Add -bb to rt.bat to do some extra checks during the tests (it is already used by... X-Git-Tag: v3.2a1~1254 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b46dfb0d2455d240c21fa88054cc4f4c86ad7a41;p=python Add -bb to rt.bat to do some extra checks during the tests (it is already used by the non-Windows buildbots). --- diff --git a/PCbuild/rt.bat b/PCbuild/rt.bat index 109d4b663e..91b39f7431 100644 --- a/PCbuild/rt.bat +++ b/PCbuild/rt.bat @@ -40,7 +40,7 @@ if "%1"=="-x64" (set prefix=amd64) & (set tcltk=tcltk64) & shift & goto CheckOpt 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 ...