mirror of https://github.com/python/cpython
Ensures buildbots don't have zip files in build directory.
This commit is contained in:
parent
3cdd7f57a2
commit
b230cc4b5c
|
@ -14,3 +14,4 @@ del /s "%root%\Lib\*.pyc" "%root%\Lib\*.pyo"
|
|||
|
||||
echo Deleting test leftovers ...
|
||||
rmdir /s /q "%root%\build"
|
||||
del /s "%pcbuild%\python*.zip"
|
||||
|
|
Loading…
Reference in New Issue