tests/test-serve.t
changeset 45067 9a062913bab6
parent 45034 b1a1702262c9
child 45839 ebee234d952a
--- a/tests/test-serve.t	Mon Jul 06 21:08:15 2020 +0200
+++ b/tests/test-serve.t	Thu Jul 09 23:03:34 2020 -0400
@@ -103,7 +103,10 @@
 
 issue6362: Previously, this crashed on Python 3
 
-  $ hg serve -a 0.0.0.0 -d
-  listening at http://*:$HGPORT1/ (bound to *:$HGPORT1) (glob)
+  $ hg serve -a 0.0.0.0 -d --pid-file=hg.pid
+  listening at http://*:$HGPORT1/ (bound to *:$HGPORT1) (glob) (?)
+
+  $ cat hg.pid > "$DAEMON_PIDS"
+  $ "$PYTHON" $RUNTESTDIR/killdaemons.py $DAEMON_PIDS
 
   $ cd ..