diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-04-03 15:27:05 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-04-03 15:27:05 (GMT) |
commit | b46dfb0d2455d240c21fa88054cc4f4c86ad7a41 (patch) | |
tree | 0d319c6a47207789aac29c8d77836cc18b7a8e85 /PCbuild | |
parent | 055a3fbe3e6b7606e12d257352a92fd8a55f4392 (diff) | |
download | cpython-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.bat | 2 |
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 ... |