tests/test-serve.out
changeset 12578 fdb0983ad395
parent 12403 ba8850911703
equal deleted inserted replaced
12577:05210e955bef 12578:fdb0983ad395
     5 listening at http://localhost/ (bound to 127.0.0.1:HGPORT1)
     5 listening at http://localhost/ (bound to 127.0.0.1:HGPORT1)
     6 % errors
     6 % errors
     7 % With -v and -p HGPORT2
     7 % With -v and -p HGPORT2
     8 listening at http://localhost/ (bound to 127.0.0.1:HGPORT2)
     8 listening at http://localhost/ (bound to 127.0.0.1:HGPORT2)
     9 % errors
     9 % errors
    10 % With -v and -p echo (should fail because low port)
    10 % With -v and -p daytime (should fail because low port)
    11 abort: cannot start server at 'localhost:7': Permission denied
    11 abort: cannot start server at 'localhost:13': Permission denied
    12 abort: child process failed to start
    12 abort: child process failed to start
    13 % errors
    13 % errors
    14 % With --prefix foo
    14 % With --prefix foo
    15 listening at http://localhost/foo/ (bound to 127.0.0.1:HGPORT1)
    15 listening at http://localhost/foo/ (bound to 127.0.0.1:HGPORT1)
    16 % errors
    16 % errors