From patchwork Thu Apr 26 12:34:10 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [STABLE] test-push-http: do not clear pid file From: Yuya Nishihara X-Patchwork-Id: 31236 Message-Id: <7dffecb148aa77184b19.1524746050@mimosa> To: mercurial-devel@mercurial-scm.org Date: Thu, 26 Apr 2018 21:34:10 +0900 # HG changeset patch # User Yuya Nishihara # Date 1524744656 -32400 # Thu Apr 26 21:10:56 2018 +0900 # Branch stable # Node ID 7dffecb148aa77184b19c054e301345b3b51af1b # Parent da07c781aba9ef88cbf76d07c6a6e2ec40cf6693 test-push-http: do not clear pid file It's okay now, but we'll end up leaking daemon processes if we add some more. diff --git a/tests/test-push-http.t b/tests/test-push-http.t --- a/tests/test-push-http.t +++ b/tests/test-push-http.t @@ -398,7 +398,7 @@ Pushing via hgwebdir works > EOF $ hg serve --web-conf web.conf -p $HGPORT -d --pid-file hg.pid - $ cat hg.pid > $DAEMON_PIDS + $ cat hg.pid >> $DAEMON_PIDS $ hg clone http://localhost:$HGPORT/hgwebdir hgwebdir-local requesting all changes