Commit afb52e1d authored by Zachary Ware's avatar Zachary Ware

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.
parent 4532c43e
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment