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