tests/test-serve.out
author Adrian Buehlmann <adrian@cadifra.com>
Wed, 15 Sep 2010 22:18:46 +0200
changeset 12312 83a310f2f14a
parent 12076 49463314c24f
child 12403 ba8850911703
permissions -rw-r--r--
tests: unify test-hgignore

% Without -v
access log created - .hg/hgrc respected
% errors
% With -v
listening at http://localhost/ (bound to 127.0.0.1:HGPORT1)
% errors
% With -v and -p HGPORT2
listening at http://localhost/ (bound to 127.0.0.1:HGPORT2)
% errors
% With -v and -p http (should fail)
abort: cannot start server at 'localhost:80': Permission denied
abort: child process failed to start
% errors
% With --prefix foo
listening at http://localhost/foo/ (bound to 127.0.0.1:HGPORT1)
% errors
% With --prefix /foo
listening at http://localhost/foo/ (bound to 127.0.0.1:HGPORT1)
% errors
% With --prefix foo/
listening at http://localhost/foo/ (bound to 127.0.0.1:HGPORT1)
% errors
% With --prefix /foo/
listening at http://localhost/foo/ (bound to 127.0.0.1:HGPORT1)
% errors