mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Add -bb to rt.bat to do some extra checks during the tests (it is already used by the non-Windows buildbots).
This commit is contained in:
parent
055a3fbe3e
commit
b46dfb0d24
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue