From: Steve Dower Date: Fri, 9 Sep 2016 22:24:11 +0000 (-0700) Subject: Ensures buildbots don't have zip files in build directory. X-Git-Tag: v3.6.0b1~160 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b230cc4b5cd056d38a6d3dc3835ddd3e858af196;p=thirdparty%2FPython%2Fcpython.git Ensures buildbots don't have zip files in build directory. --- diff --git a/Tools/buildbot/clean.bat b/Tools/buildbot/clean.bat index 0fc68fd72719..13e667991b6e 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"