##// END OF EJS Templates
test-serve: let run-tests.py kill the daemons...
Alexis S. L. Carvalho -
r4506:9f952dd4 default
parent child Browse files
Show More
@@ -5,8 +5,8 b' cd test'
5
5
6 echo % Without -v
6 echo % Without -v
7 hg serve -a localhost -p 20063 -d --pid-file=hg.pid
7 hg serve -a localhost -p 20063 -d --pid-file=hg.pid
8 kill `cat hg.pid`
8 cat hg.pid >> "$DAEMON_PIDS"
9
9
10 echo % With -v
10 echo % With -v
11 hg serve -a localhost -p 20063 -d --pid-file=hg.pid -v
11 hg serve -a localhost -p 20064 -d --pid-file=hg.pid -v
12 kill `cat hg.pid`
12 cat hg.pid >> "$DAEMON_PIDS"
@@ -1,3 +1,3 b''
1 % Without -v
1 % Without -v
2 % With -v
2 % With -v
3 listening at http://localhost:20063/
3 listening at http://localhost:20064/
General Comments 0
You need to be logged in to leave comments. Login now