tests: arrange for a server in wireproto-command-capabilities.t to be killed
authorMatt Harbison <matt_harbison@yahoo.com>
Mon, 16 Apr 2018 23:39:30 -0400
changeset 37761 ff6b0a20849d
parent 37760 29eb4cafeeb8
child 37762 7269b87f817c
tests: arrange for a server in wireproto-command-capabilities.t to be killed The stray servers were piling up after the test harness exited. On Windows, this means the *.pyd files can't be rebuilt, which is why the build warning count dropped to 1 recently.
tests/test-wireproto-command-capabilities.t
--- a/tests/test-wireproto-command-capabilities.t	Tue Apr 10 16:06:52 2018 +0200
+++ b/tests/test-wireproto-command-capabilities.t	Mon Apr 16 23:39:30 2018 -0400
@@ -142,6 +142,7 @@
   $ killdaemons.py
   $ enablehttpv2 server
   $ hg -R server serve -p $HGPORT -d --pid-file hg.pid -E error.log
+  $ cat hg.pid > $DAEMON_PIDS
 
 Only requested API services are returned