##// END OF EJS Templates
tests: stabilize test-push-http.t for Windows...
Matt Harbison -
r37496:d815b973 default
parent child Browse files
Show More
@@ -79,7 +79,7 b' expect success'
79 79 > txnclose-phase.test = sh $TESTTMP/hook.sh
80 80 > EOF
81 81 $ req "--debug --config extensions.blackbox="
82 listening at http://localhost:$HGPORT/ (bound to $LOCALIP:$HGPORT)
82 listening at http://localhost:$HGPORT/ (bound to $LOCALIP:$HGPORT) (?)
83 83 pushing to http://localhost:$HGPORT/
84 84 searching for changes
85 85 remote: redirecting incoming bundle to */hg-unbundle-* (glob)
@@ -100,7 +100,7 b' expect success'
100 100 $ hg rollback
101 101 repository tip rolled back to revision 0 (undo serve)
102 102 $ req "--debug --config server.streamunbundle=True --config extensions.blackbox="
103 listening at http://localhost:$HGPORT/ (bound to $LOCALIP:$HGPORT)
103 listening at http://localhost:$HGPORT/ (bound to $LOCALIP:$HGPORT) (?)
104 104 pushing to http://localhost:$HGPORT/
105 105 searching for changes
106 106 remote: adding changesets
General Comments 0
You need to be logged in to leave comments. Login now