##// END OF EJS Templates
tests: easier error diagnostics for test-serve
tests: easier error diagnostics for test-serve

File last commit:

r6461:eb69e798 default
r6461:eb69e798 default
Show More
test-serve.out
18 lines | 477 B | text/plain | TextLexer
% 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