From: Guido van Rossum Date: Wed, 7 Aug 2002 19:06:27 +0000 (+0000) Subject: Add -E and -tt options to the python invocations, as for the Unix tests. X-Git-Tag: v2.3c1~4626 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb1db4cda1a23b0a344607f7a771a03b0555a4b0;p=python 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. --- diff --git a/PCbuild/rt.bat b/PCbuild/rt.bat index 00efe93b07..f99c7dfa88 100755 --- a/PCbuild/rt.bat +++ b/PCbuild/rt.bat @@ -31,11 +31,11 @@ @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=