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

Skip to content

Commit fb1db4c

Browse files
committed
Add -E and -tt options to the python invocations, as for the Unix tests.
The -tt means modules that mix tabs and spaces will be rejected. The -E refuses to believe Python options in the environment.
1 parent 9ed5ae7 commit fb1db4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PCbuild/rt.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
@if "%_qmode%"=="yes" goto Qmode
3232
@echo Deleting .pyc/.pyo files ...
3333
@%_exe% rmpyc.py
34-
%_exe% %_dashO% ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
34+
%_exe% %_dashO% -E -tt ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
3535
@echo About to run again without deleting .pyc/.pyo first:
3636
@pause
3737
:Qmode
38-
%_exe% %_dashO% ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
38+
%_exe% %_dashO% -E -tt ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
3939
@set _exe=
4040
@set _qmode=
4141
@set _dashO=

0 commit comments

Comments
 (0)