##// END OF EJS Templates
test-serve: use service that works on more platforms...
Mads Kiilerich -
r12578:fdb0983a default
parent child Browse files
Show More
@@ -40,9 +40,9 b' hgserve'
40 echo % With -v and -p HGPORT2
40 echo % With -v and -p HGPORT2
41 hgserve -p "$HGPORT2"
41 hgserve -p "$HGPORT2"
42
42
43 echo '% With -v and -p echo (should fail because low port)'
43 echo '% With -v and -p daytime (should fail because low port)'
44 KILLQUIETLY=Y
44 KILLQUIETLY=Y
45 hgserve -p echo
45 hgserve -p daytime
46 KILLQUIETLY=N
46 KILLQUIETLY=N
47
47
48 echo % With --prefix foo
48 echo % With --prefix foo
@@ -7,8 +7,8 b' listening at http://localhost/ (bound to'
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
General Comments 0
You need to be logged in to leave comments. Login now