Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4532c43 commit afb52e1Copy full SHA for afb52e1
1 file changed
Tools/buildbot/clean.bat
@@ -20,3 +20,6 @@ for %%k in (kill_python.exe
20
echo Purging all non-tracked files with `hg purge`
21
echo on
22
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