comparison tests/test-http-proxy @ 7268:e05092a3c2fe

test-http-proxy: hide logged URL port number, works with--jobs
author Patrick Mezard <pmezard@gmail.com>
date Mon, 27 Oct 2008 23:47:17 +0100
parents 7e963c80bbe6
children 9105467b8167
comparison
equal deleted inserted replaced
7267:6a51ca1e05c3 7268:e05092a3c2fe
36 http_proxy=http://user:passwd@localhost:$HGPORT1 hg clone --config http_proxy.always=True http://user:passwd@localhost:$HGPORT/ e 36 http_proxy=http://user:passwd@localhost:$HGPORT1 hg clone --config http_proxy.always=True http://user:passwd@localhost:$HGPORT/ e
37 37
38 echo %% bad host:port for proxy 38 echo %% bad host:port for proxy
39 http_proxy=localhost:$HGPORT2 hg clone --config http_proxy.always=True http://localhost:$HGPORT/ f 39 http_proxy=localhost:$HGPORT2 hg clone --config http_proxy.always=True http://localhost:$HGPORT/ f
40 40
41 cat proxy.log | sed -e 's/^.*\] /XXX /' 41 cat proxy.log | sed -e 's/^.*\] /XXX /' -e 's/:[0-9][0-9]*/:/'
42 exit 0 42 exit 0