Issue #21907: Make the buildbot clean script always return 0.

The clean script is a "best effort" thing anyway, and this will hopefully
revive the XP buildbot.
This commit is contained in:
Zachary Ware 2014-07-08 09:41:57 -05:00
parent 4532c43e16
commit afb52e1d44

View 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