summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-08-07 19:06:27 (GMT)
committerGuido van Rossum <guido@python.org>2002-08-07 19:06:27 (GMT)
commitfb1db4cda1a23b0a344607f7a771a03b0555a4b0 (patch)
tree455e392deacd33e72c1616dcbb685e01123e2653 /PCbuild
parent9ed5ae7331a19ce3262d9dc4824b69bcd4ec5aa3 (diff)
downloadcpython-fb1db4cda1a23b0a344607f7a771a03b0555a4b0.zip
cpython-fb1db4cda1a23b0a344607f7a771a03b0555a4b0.tar.gz
cpython-fb1db4cda1a23b0a344607f7a771a03b0555a4b0.tar.bz2
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.
Diffstat (limited to 'PCbuild')
-rwxr-xr-xPCbuild/rt.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/rt.bat b/PCbuild/rt.bat
index 00efe93..f99c7df 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=