# HG changeset patch # User Matt Harbison # Date 2018-04-17 03:39:30 # Node ID ff6b0a20849da9b1c0b16ea8d86f39937469f56a # Parent 29eb4cafeeb8de2fa8d552a9601ede4500e3563a 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. diff --git a/tests/test-wireproto-command-capabilities.t b/tests/test-wireproto-command-capabilities.t --- a/tests/test-wireproto-command-capabilities.t +++ b/tests/test-wireproto-command-capabilities.t @@ -142,6 +142,7 @@ Restart server to enable HTTPv2 $ 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