mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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:
parent
4532c43e16
commit
afb52e1d44
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue