diff options
author | Georg Brandl <georg@python.org> | 2008-06-04 11:41:32 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-06-04 11:41:32 +0000 |
commit | cd705c4ea929e29c5bec017e737e76836ae5bf9a (patch) | |
tree | 46ba6df4412fe80cae1d8f19533405c7475401e9 /PC/VS7.1 | |
parent | b6246e3b6266485ef6cd2da7b912dce96c58ba7a (diff) | |
download | cpython-cd705c4ea929e29c5bec017e737e76836ae5bf9a.tar.gz |
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
Diffstat (limited to 'PC/VS7.1')
-rwxr-xr-x | PC/VS7.1/rt.bat | 2 |
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 ... |