diff options
author | Georg Brandl <georg@python.org> | 2008-06-04 13:06:58 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-06-04 13:06:58 (GMT) |
commit | e1b5ac640841e4233bcd0204efcd50fe9b50a6d0 (patch) | |
tree | e0baea9c87f7ceee0cba306689bca1f0607b241d /PC/VC6 | |
parent | a26f8ca668d09eff8ab03ef3d1cddb9bfbc6d124 (diff) | |
download | cpython-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/VC6')
-rwxr-xr-x | PC/VC6/rt.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/VC6/rt.bat b/PC/VC6/rt.bat index dfdea67..a9eadd7 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= |