commit | f954c4b9fb8529cc13a2e24c58137c66ac836b28 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Jun 04 11:41:32 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Jun 04 11:41:32 2008 +0000 |
tree | 91575068c14eec261bc4e2c44da9c881eda4efe1 | |
parent | e5d68aceb529934e75d505bbfaf867e02493a1bc [diff] |
Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.
diff --git a/PCbuild/rt.bat b/PCbuild/rt.bat index 583d4f3..1ce0107 100644 --- a/PCbuild/rt.bat +++ b/PCbuild/rt.bat
@@ -40,7 +40,7 @@ PATH %PATH%;..\..\%tcltk%\bin set exe=%prefix%\python%suffix% -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 ...