]> granicus.if.org Git - python/commitdiff
Add -E and -tt options to the python invocations, as for the Unix tests.
authorGuido van Rossum <guido@python.org>
Wed, 7 Aug 2002 19:06:27 +0000 (19:06 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 7 Aug 2002 19:06:27 +0000 (19:06 +0000)
The -tt means modules that mix tabs and spaces will be rejected.
The -E refuses to believe Python options in the environment.

PCbuild/rt.bat

index 00efe93b079ecba508dd1f416e0f6b95f5e49957..f99c7dfa88037ea0e2733d6a0d8d6d1e7fc17cff 100755 (executable)
 @if "%_qmode%"=="yes" goto Qmode
 @echo Deleting .pyc/.pyo files ...
 @%_exe% rmpyc.py
-%_exe% %_dashO% ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
+%_exe% %_dashO% -E -tt ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
 @echo About to run again without deleting .pyc/.pyo first:
 @pause
 :Qmode
-%_exe% %_dashO% ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
+%_exe% %_dashO% -E -tt ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
 @set _exe=
 @set _qmode=
 @set _dashO=