summaryrefslogtreecommitdiffstats
path: root/PC/VS7.1
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-06-04 13:06:58 (GMT)
committerGeorg Brandl <georg@python.org>2008-06-04 13:06:58 (GMT)
commite1b5ac640841e4233bcd0204efcd50fe9b50a6d0 (patch)
treee0baea9c87f7ceee0cba306689bca1f0607b241d /PC/VS7.1
parenta26f8ca668d09eff8ab03ef3d1cddb9bfbc6d124 (diff)
downloadcpython-e1b5ac640841e4233bcd0204efcd50fe9b50a6d0.zip
cpython-e1b5ac640841e4233bcd0204efcd50fe9b50a6d0.tar.gz
cpython-e1b5ac640841e4233bcd0204efcd50fe9b50a6d0.tar.bz2
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 29801d2..ba1d090 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 ...