diff options
Diffstat (limited to 'Tools/buildbot')
-rw-r--r-- | Tools/buildbot/clean.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/buildbot/clean.bat b/Tools/buildbot/clean.bat index 1684e8c..436c2a1 100644 --- a/Tools/buildbot/clean.bat +++ b/Tools/buildbot/clean.bat @@ -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 |