[PATCH] tests: stabilize test-pull-bundle.t for Windows

Matt Harbison mharbison72 at gmail.com
Wed Apr 11 03:02:19 UTC 2018


# HG changeset patch
# User Matt Harbison <matt_harbison at yahoo.com>
# Date 1523415475 14400
#      Tue Apr 10 22:57:55 2018 -0400
# Node ID 16cd8fe997579a6d4aecfe15b54daee3081610e7
# Parent  50ea07f04fd451faf27e14d914baf67eb51f15d5
tests: stabilize test-pull-bundle.t for Windows

See 594dd384803c.

diff --git a/tests/test-pull-bundle.t b/tests/test-pull-bundle.t
--- a/tests/test-pull-bundle.t
+++ b/tests/test-pull-bundle.t
@@ -49,7 +49,7 @@ Test pullbundle functionality
   > 0.hg heads=bbd179dfa0a71671c253b3ae0aa1513b60d199fa
   > EOF
   $ hg --config blackbox.track=debug --debug serve -p $HGPORT2 -d --pid-file=../repo.pid
-  listening at http://localhost:$HGPORT2/ (bound to $LOCALIP:$HGPORT2)
+  listening at http://localhost:$HGPORT2/ (bound to $LOCALIP:$HGPORT2) (?)
   $ cat ../repo.pid >> $DAEMON_PIDS
   $ cd ..
   $ hg clone -r 0 http://localhost:$HGPORT2/ repo.pullbundle
@@ -91,7 +91,7 @@ Test pullbundle functionality for increm
 
   $ cd repo
   $ hg --config blackbox.track=debug --debug serve -p $HGPORT2 -d --pid-file=../repo.pid
-  listening at http://localhost:$HGPORT2/ (bound to $LOCALIP:$HGPORT2)
+  listening at http://localhost:$HGPORT2/ (bound to $LOCALIP:$HGPORT2) (?)
   $ cat ../repo.pid >> $DAEMON_PIDS
   $ cd ..
   $ hg clone http://localhost:$HGPORT2/ repo.pullbundle2
@@ -126,7 +126,7 @@ Test recovery from misconfigured server 
   > 0.hg heads=bbd179dfa0a71671c253b3ae0aa1513b60d199fa
   > EOF
   $ hg --config blackbox.track=debug --debug serve -p $HGPORT2 -d --pid-file=../repo.pid
-  listening at http://localhost:$HGPORT2/ (bound to $LOCALIP:$HGPORT2)
+  listening at http://localhost:$HGPORT2/ (bound to $LOCALIP:$HGPORT2) (?)
   $ cat ../repo.pid >> $DAEMON_PIDS
   $ cd ..
   $ hg clone -r 0 http://localhost:$HGPORT2/ repo.pullbundle3


More information about the Mercurial-devel mailing list