Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit afb52e1

Browse files
committed
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.
1 parent 4532c43 commit afb52e1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Tools/buildbot/clean.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ for %%k in (kill_python.exe
2020
echo Purging all non-tracked files with `hg purge`
2121
echo on
2222
hg -R "%root%" --config extensions.purge= purge --all -X "%root%\Lib\test\data"
23+
24+
@rem Clean is best effort, so we "always succeed"
25+
@exit /b 0

0 commit comments

Comments
 (0)