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

timeless timeless at fmr.im
Fri Jun 3 14:11:56 UTC 2016


# 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

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
 ======================


More information about the Mercurial-devel mailing list