summaryrefslogtreecommitdiff
path: root/PCbuild
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-04-03 15:27:05 +0000
committerEzio Melotti <ezio.melotti@gmail.com>2010-04-03 15:27:05 +0000
commit16d54a59020646ca649e6aef6a478a9e99c511d9 (patch)
tree12684e64c427cb533c8c24b34d967f37a09677c8 /PCbuild
parent23b5125c15c5aab6a1ff6e44b43549ffa8fc7cf6 (diff)
downloadcpython-16d54a59020646ca649e6aef6a478a9e99c511d9.tar.gz
Add -bb to rt.bat to do some extra checks during the tests (it is already used by the non-Windows buildbots).
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/rt.bat2
1 files changed, 1 insertions, 1 deletions
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 ...