summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-09 22:24:11 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-09-09 22:24:11 (GMT)
commitb230cc4b5cd056d38a6d3dc3835ddd3e858af196 (patch)
tree7e27f73a68c21f6646e6c371f35ee46bdcf30e44 /Tools
parent3cdd7f57a2a316935442823f57a3a78d69b57183 (diff)
downloadcpython-b230cc4b5cd056d38a6d3dc3835ddd3e858af196.zip
cpython-b230cc4b5cd056d38a6d3dc3835ddd3e858af196.tar.gz
cpython-b230cc4b5cd056d38a6d3dc3835ddd3e858af196.tar.bz2
Ensures buildbots don't have zip files in build directory.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/buildbot/clean.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/buildbot/clean.bat b/Tools/buildbot/clean.bat
index 0fc68fd..13e6679 100644
--- a/Tools/buildbot/clean.bat
+++ b/Tools/buildbot/clean.bat
@@ -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"