Mercurial > hg-stable
changeset 37824:2968ad548583 stable
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.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Thu, 26 Apr 2018 21:10:56 +0900 |
parents | 0e9ddab2bac2 |
children | e82b137a8b4e |
files | tests/test-push-http.t |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-push-http.t Thu Apr 26 21:24:13 2018 +0900 +++ b/tests/test-push-http.t Thu Apr 26 21:10:56 2018 +0900 @@ -398,7 +398,7 @@ > 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