tests/test-serve.out
author Wagner Bruna <wbruna@softwareexpress.com.br>
Tue, 29 Dec 2009 19:02:26 -0200
changeset 10157 5d92fe90be84
parent 6461 eb69e7989145
child 10633 3318431f2ab4
permissions -rw-r--r--
run-tests.py: clears http_proxy for all tests

% Without -v
access log created - .hg/hgrc respected
% errors
% With -v
listening at http://localhost/ (bound to 127.0.0.1)
% errors
% With --prefix foo
listening at http://localhost/foo/ (bound to 127.0.0.1)
% errors
% With --prefix /foo
listening at http://localhost/foo/ (bound to 127.0.0.1)
% errors
% With --prefix foo/
listening at http://localhost/foo/ (bound to 127.0.0.1)
% errors
% With --prefix /foo/
listening at http://localhost/foo/ (bound to 127.0.0.1)
% errors