##// END OF EJS Templates
tests: fix two http tests to also pass inside manylinux1 docker...
Boris Feld -
r32079:76ed6063 stable
parent child Browse files
Show More
@@ -61,7 +61,7 b' Server is not running aborts'
61 $ echo "http://localhost:$HGPORT1/bundle.hg" > server/.hg/clonebundles.manifest
61 $ echo "http://localhost:$HGPORT1/bundle.hg" > server/.hg/clonebundles.manifest
62 $ hg clone http://localhost:$HGPORT server-not-runner
62 $ hg clone http://localhost:$HGPORT server-not-runner
63 applying clone bundle from http://localhost:$HGPORT1/bundle.hg
63 applying clone bundle from http://localhost:$HGPORT1/bundle.hg
64 error fetching bundle: (.* refused.*|Protocol not supported) (re)
64 error fetching bundle: (.* refused.*|Protocol not supported|Cannot assign requested address) (re)
65 abort: error applying bundle
65 abort: error applying bundle
66 (if this error persists, consider contacting the server operator or disable clone bundles via "--config ui.clonebundles=false")
66 (if this error persists, consider contacting the server operator or disable clone bundles via "--config ui.clonebundles=false")
67 [255]
67 [255]
@@ -87,7 +87,7 b' bad host:port for proxy ("Protocol not s'
87 misconfigured hosts)
87 misconfigured hosts)
88
88
89 $ http_proxy=localhost:$HGPORT2 hg clone --config http_proxy.always=True http://localhost:$HGPORT/ f
89 $ http_proxy=localhost:$HGPORT2 hg clone --config http_proxy.always=True http://localhost:$HGPORT/ f
90 abort: error: (Connection refused|Protocol not supported|.* actively refused it) (re)
90 abort: error: (Connection refused|Protocol not supported|.* actively refused it|Cannot assign requested address) (re)
91 [255]
91 [255]
92
92
93 do not use the proxy if it is in the no list
93 do not use the proxy if it is in the no list
General Comments 0
You need to be logged in to leave comments. Login now