[PATCH] tests: test-run-tests: clean up inuse server eagerly

Augie Fackler raf at durin42.com
Fri Jun 3 22:31:19 EDT 2016


On Fri, Jun 03, 2016 at 02:11:56PM +0000, timeless wrote:
> # HG changeset patch
> # User timeless <timeless at mozdev.org>
> # Date 1462980025 0
> #      Wed May 11 15:20:25 2016 +0000
> # Node ID cb9eb592d4d3fa8f73b52dfc67f13e67da262f41
> # Parent  bee3ca724aab40d85f2899b371a408b721b5eb9b
> # EXP-Topic runtests
> # Available At https://bitbucket.org/timeless/mercurial-crew
> #              hg pull https://bitbucket.org/timeless/mercurial-crew -r cb9eb592d4d3
> tests: test-run-tests: clean up inuse server eagerly

OOC, why?

>
> diff -r bee3ca724aab -r cb9eb592d4d3 tests/test-run-tests.t
> --- a/tests/test-run-tests.t	Wed May 11 16:40:16 2016 +0000
> +++ b/tests/test-run-tests.t	Wed May 11 15:20:25 2016 +0000
> @@ -301,6 +301,8 @@
>    .
>    # Ran 1 tests, 0 skipped, 0 warned, 0 failed.
>    $ rm test-serve-inuse.t
> +  $ killdaemons.py $DAEMON_PIDS
> +  $ rm $DAEMON_PIDS
>
>  Running In Debug Mode
>  ======================
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at mercurial-scm.org
> https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list