diff options
Diffstat (limited to 'PC/VS8.0/rt.bat')
-rw-r--r-- | PC/VS8.0/rt.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/VS8.0/rt.bat b/PC/VS8.0/rt.bat index d691cbd..90fd794 100644 --- a/PC/VS8.0/rt.bat +++ b/PC/VS8.0/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 ../../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
+set cmd=%exe% %dashO% -E -tt ../../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
if defined qmode goto Qmode
echo Deleting .pyc/.pyo files ...
|