test-push-http: do not clear pid file stable
authorYuya Nishihara <yuya@tcha.org>
Thu, 26 Apr 2018 21:10:56 +0900
branchstable
changeset 37824 2968ad548583
parent 37823 0e9ddab2bac2
child 37825 e82b137a8b4e
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.
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