]> granicus.if.org Git - python/commitdiff
Ensures buildbots don't have zip files in build directory.
authorSteve Dower <steve.dower@microsoft.com>
Fri, 9 Sep 2016 22:24:11 +0000 (15:24 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Fri, 9 Sep 2016 22:24:11 +0000 (15:24 -0700)
Tools/buildbot/clean.bat

index 0fc68fd727192da84c3abe8fc00fb322dd8c0bf5..13e667991b6ee9995620578a887ed094c508e0ea 100644 (file)
@@ -14,3 +14,4 @@ del /s "%root%\Lib\*.pyc" "%root%\Lib\*.pyo"
 \r
 echo Deleting test leftovers ...\r
 rmdir /s /q "%root%\build"\r
+del /s "%pcbuild%\python*.zip"\r