diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-09 22:24:11 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-09 22:24:11 (GMT) |
commit | b230cc4b5cd056d38a6d3dc3835ddd3e858af196 (patch) | |
tree | 7e27f73a68c21f6646e6c371f35ee46bdcf30e44 /Tools/buildbot | |
parent | 3cdd7f57a2a316935442823f57a3a78d69b57183 (diff) | |
download | cpython-b230cc4b5cd056d38a6d3dc3835ddd3e858af196.zip cpython-b230cc4b5cd056d38a6d3dc3835ddd3e858af196.tar.gz cpython-b230cc4b5cd056d38a6d3dc3835ddd3e858af196.tar.bz2 |
Ensures buildbots don't have zip files in build directory.
Diffstat (limited to 'Tools/buildbot')
-rw-r--r-- | Tools/buildbot/clean.bat | 1 |
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"
|