comparison tests/test-serve.out @ 10633:3318431f2ab4

test-serve: Show if port config and option are correctly used this will break in d3f27d15c9cb
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 10 Mar 2010 22:05:41 +0100
parents eb69e7989145
children 49463314c24f
comparison
equal deleted inserted replaced
10628:6227c8d669d5 10633:3318431f2ab4
1 % Without -v 1 % Without -v
2 access log created - .hg/hgrc respected 2 access log created - .hg/hgrc respected
3 % errors 3 % errors
4 % With -v 4 % With -v
5 listening at http://localhost/ (bound to 127.0.0.1) 5 listening at http://localhost/ (bound to 127.0.0.1:HGPORT1)
6 % errors
7 % With -v and -p HGPORT2
8 listening at http://localhost/ (bound to 127.0.0.1:HGPORT2)
6 % errors 9 % errors
7 % With --prefix foo 10 % With --prefix foo
8 listening at http://localhost/foo/ (bound to 127.0.0.1) 11 listening at http://localhost/foo/ (bound to 127.0.0.1:HGPORT1)
9 % errors 12 % errors
10 % With --prefix /foo 13 % With --prefix /foo
11 listening at http://localhost/foo/ (bound to 127.0.0.1) 14 listening at http://localhost/foo/ (bound to 127.0.0.1:HGPORT1)
12 % errors 15 % errors
13 % With --prefix foo/ 16 % With --prefix foo/
14 listening at http://localhost/foo/ (bound to 127.0.0.1) 17 listening at http://localhost/foo/ (bound to 127.0.0.1:HGPORT1)
15 % errors 18 % errors
16 % With --prefix /foo/ 19 % With --prefix /foo/
17 listening at http://localhost/foo/ (bound to 127.0.0.1) 20 listening at http://localhost/foo/ (bound to 127.0.0.1:HGPORT1)
18 % errors 21 % errors