tests/test-serve.out
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Thu, 03 Apr 2008 12:46:37 +0200
changeset 6461 eb69e7989145
parent 6419 7c36aee46bf5
child 10633 3318431f2ab4
permissions -rw-r--r--
tests: easier error diagnostics for test-serve

% 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