[Updated] D8720: tests: stablize test-serve.t on Windows
mharbison72 (Matt Harbison)
phabricator at mercurial-scm.org
Fri Jul 10 10:47:36 UTC 2020
Closed by commit rHG8c06f479cfc1: tests: stablize test-serve.t on Windows (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D8720?vs=21817&id=21830
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D8720/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D8720
AFFECTED FILES
tests/test-serve.t
CHANGE DETAILS
diff --git a/tests/test-serve.t b/tests/test-serve.t
--- a/tests/test-serve.t
+++ b/tests/test-serve.t
@@ -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 ..
To: mharbison72, #hg-reviewers, pulkit
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20200710/a5cca4c8/attachment-0002.html>
More information about the Mercurial-patches
mailing list