diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-09 15:24:11 -0700 |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-09 15:24:11 -0700 |
commit | d3ea8b7bbf1416b74706c1e220096bfafb57b438 (patch) | |
tree | e38cd8aa3228791b20cbecda5a8914e428ae5f85 /Tools/buildbot | |
parent | 5aa9d2069b5d2c595d0d48cd93624294567584cb (diff) | |
download | cpython-d3ea8b7bbf1416b74706c1e220096bfafb57b438.tar.gz |
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 0fc68fd727..13e667991b 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"
|