]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #21907: Make the buildbot clean script always return 0.
authorZachary Ware <zachary.ware@gmail.com>
Tue, 8 Jul 2014 14:41:57 +0000 (09:41 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Tue, 8 Jul 2014 14:41:57 +0000 (09:41 -0500)
The clean script is a "best effort" thing anyway, and this will hopefully
revive the XP buildbot.

Tools/buildbot/clean.bat

index 1684e8ca9b8f5ffd701739a0b9bd53bad088dc99..436c2a1e201f4d3a736c20cb34228f3664ddc90b 100644 (file)
@@ -20,3 +20,6 @@ for %%k in (kill_python.exe
 echo Purging all non-tracked files with `hg purge`
 echo on
 hg -R "%root%" --config extensions.purge= purge --all -X "%root%\Lib\test\data"
+
+@rem Clean is best effort, so we "always succeed"
+@exit /b 0