summaryrefslogtreecommitdiffstats
path: root/PCbuild/rt.bat
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-02-11 00:46:39 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-02-11 00:46:39 (GMT)
commit6a9aec47b72cf42bed0f845e751eb243f85b43d6 (patch)
treeede35da316bad5cf967b2e32717c37aac98868cc /PCbuild/rt.bat
parentd2c1abe5ed138784301cc035ed420754ca8cd0a7 (diff)
downloadcpython-6a9aec47b72cf42bed0f845e751eb243f85b43d6.zip
cpython-6a9aec47b72cf42bed0f845e751eb243f85b43d6.tar.gz
cpython-6a9aec47b72cf42bed0f845e751eb243f85b43d6.tar.bz2
Change Windows test to do a complete job of removing .pyc/.pyo files
reachable from Lib/.
Diffstat (limited to 'PCbuild/rt.bat')
-rwxr-xr-xPCbuild/rt.bat5
1 files changed, 1 insertions, 4 deletions
diff --git a/PCbuild/rt.bat b/PCbuild/rt.bat
index 4a4c97e..1d2829f 100755
--- a/PCbuild/rt.bat
+++ b/PCbuild/rt.bat
@@ -21,10 +21,7 @@
@if "%1"=="-d" goto Again
@if "%_qmode%"=="yes" goto Qmode
@echo Deleting .pyc/.pyo files ...
-@del ..\Lib\*.pyc
-@del ..\Lib\*.pyo
-@del ..\Lib\test\*.pyc
-@del ..\Lib\test\*.pyo
+@%_exe% rmpyc.py
%_exe% %_dashO% ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
@echo About to run again without deleting .pyc/.pyo first:
@pause