[PATCH 6 of 6] tests: stabilize test-push-http.t for Windows

Matt Harbison mharbison72 at gmail.com
Mon Apr 9 00:26:46 EDT 2018


# HG changeset patch
# User Matt Harbison <matt_harbison at yahoo.com>
# Date 1523242576 14400
#      Sun Apr 08 22:56:16 2018 -0400
# Node ID 23f88679a3e686c09454b6e2c82e0cebe21bf730
# Parent  b8c871c097d3153d1eb71e0072cb7edf3356360c
tests: stabilize test-push-http.t for Windows

See 594dd384803c.

diff --git a/tests/test-push-http.t b/tests/test-push-http.t
--- a/tests/test-push-http.t
+++ b/tests/test-push-http.t
@@ -79,7 +79,7 @@ expect success
   > txnclose-phase.test = sh $TESTTMP/hook.sh 
   > EOF
   $ req "--debug --config extensions.blackbox="
-  listening at http://localhost:$HGPORT/ (bound to $LOCALIP:$HGPORT)
+  listening at http://localhost:$HGPORT/ (bound to $LOCALIP:$HGPORT) (?)
   pushing to http://localhost:$HGPORT/
   searching for changes
   remote: redirecting incoming bundle to */hg-unbundle-* (glob)
@@ -100,7 +100,7 @@ expect success
   $ hg rollback
   repository tip rolled back to revision 0 (undo serve)
   $ req "--debug --config server.streamunbundle=True --config extensions.blackbox="
-  listening at http://localhost:$HGPORT/ (bound to $LOCALIP:$HGPORT)
+  listening at http://localhost:$HGPORT/ (bound to $LOCALIP:$HGPORT) (?)
   pushing to http://localhost:$HGPORT/
   searching for changes
   remote: adding changesets


More information about the Mercurial-devel mailing list