summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-04-03 15:27:05 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-04-03 15:27:05 (GMT)
commitb46dfb0d2455d240c21fa88054cc4f4c86ad7a41 (patch)
tree0d319c6a47207789aac29c8d77836cc18b7a8e85 /PCbuild
parent055a3fbe3e6b7606e12d257352a92fd8a55f4392 (diff)
downloadcpython-b46dfb0d2455d240c21fa88054cc4f4c86ad7a41.zip
cpython-b46dfb0d2455d240c21fa88054cc4f4c86ad7a41.tar.gz
cpython-b46dfb0d2455d240c21fa88054cc4f4c86ad7a41.tar.bz2
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 109d4b6..91b39f7 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 ...