summaryrefslogtreecommitdiff
path: root/PC/VC6
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-06-04 11:41:32 +0000
committerGeorg Brandl <georg@python.org>2008-06-04 11:41:32 +0000
commitcd705c4ea929e29c5bec017e737e76836ae5bf9a (patch)
tree46ba6df4412fe80cae1d8f19533405c7475401e9 /PC/VC6
parentb6246e3b6266485ef6cd2da7b912dce96c58ba7a (diff)
downloadcpython-cd705c4ea929e29c5bec017e737e76836ae5bf9a.tar.gz
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
Diffstat (limited to 'PC/VC6')
-rwxr-xr-xPC/VC6/rt.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/VC6/rt.bat b/PC/VC6/rt.bat
index dfdea67a28..a9eadd7c6a 100755
--- a/PC/VC6/rt.bat
+++ b/PC/VC6/rt.bat
@@ -31,11 +31,11 @@
@if "%_qmode%"=="yes" goto Qmode
@echo Deleting .pyc/.pyo files ...
@%_exe% rmpyc.py
-%_exe% %_dashO% -E -tt ../../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
+%_exe% %_dashO% -E ../../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% -E -tt ../../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
+%_exe% %_dashO% -E ../../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
@set _exe=
@set _qmode=
@set _dashO=