# HG changeset patch # User Yuya Nishihara # Date 1524744656 -32400 # Node ID 2968ad548583422c9ed959ad4209ecaa31ccff58 # Parent 0e9ddab2bac2de45c1cb848fa00faf3c2bda20d2 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 -r 0e9ddab2bac2 -r 2968ad548583 tests/test-push-http.t --- 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