Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b46dfb0

Browse files
committed
Add -bb to rt.bat to do some extra checks during the tests (it is already used by the non-Windows buildbots).
1 parent 055a3fb commit b46dfb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PCbuild/rt.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if "%1"=="-x64" (set prefix=amd64) & (set tcltk=tcltk64) & shift & goto CheckOpt
4040

4141
PATH %PATH%;..\..\%tcltk%\bin
4242
set exe=%prefix%\python%suffix%
43-
set cmd=%exe% %dashO% -Wd -E ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
43+
set cmd=%exe% %dashO% -Wd -E -bb ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
4444
if defined qmode goto Qmode
4545

4646
echo Deleting .pyc/.pyo files ...

0 commit comments

Comments
 (0)