Mercurial > public > mercurial-scm > hg
diff tests/test-http-proxy @ 7264:7e963c80bbe6
test-http-proxy: print the log from the proxy
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Mon, 27 Oct 2008 17:37:37 +0100 |
parents | e3a0c092b4e2 |
children | e05092a3c2fe 95a53961d7a6 |
line wrap: on
line diff
--- a/tests/test-http-proxy Mon Oct 27 13:52:55 2008 +0100 +++ b/tests/test-http-proxy Mon Oct 27 17:37:37 2008 +0100 @@ -38,4 +38,5 @@ echo %% bad host:port for proxy http_proxy=localhost:$HGPORT2 hg clone --config http_proxy.always=True http://localhost:$HGPORT/ f +cat proxy.log | sed -e 's/^.*\] /XXX /' exit 0