]> granicus.if.org Git - python/commitdiff
Add -bb to rt.bat to do some extra checks during the tests (it is already used by...
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 3 Apr 2010 15:27:05 +0000 (15:27 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 3 Apr 2010 15:27:05 +0000 (15:27 +0000)
PCbuild/rt.bat

index 109d4b663ed9a7ce733249db2b8b2b92ba72daf9..91b39f7431408e919d230e6a61d5898ebac597da 100644 (file)
@@ -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 ...