summaryrefslogtreecommitdiff
path: root/PC/VS7.1
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/VS7.1
parentb6246e3b6266485ef6cd2da7b912dce96c58ba7a (diff)
downloadcpython-cd705c4ea929e29c5bec017e737e76836ae5bf9a.tar.gz
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
Diffstat (limited to 'PC/VS7.1')
-rwxr-xr-xPC/VS7.1/rt.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/VS7.1/rt.bat b/PC/VS7.1/rt.bat
index 29801d2926..ba1d090517 100755
--- a/PC/VS7.1/rt.bat
+++ b/PC/VS7.1/rt.bat
@@ -34,7 +34,7 @@ if "%1"=="-O" (set dashO=-O) & shift & goto CheckOpts
if "%1"=="-q" (set qmode=yes) & shift & goto CheckOpts
if "%1"=="-d" (set exe=python_d) & shift & goto CheckOpts
-set cmd=%exe% %dashO% -E -tt ../../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
+set cmd=%exe% %dashO% -E ../../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
if defined qmode goto Qmode
echo Deleting .pyc/.pyo files ...