Show More
@@ -19,7 +19,7 b" echo 'allowpull = false' >> .hg/hgrc" | |||||
19 | hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log |
|
19 | hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log | |
20 | cat hg.pid >> $DAEMON_PIDS |
|
20 | cat hg.pid >> $DAEMON_PIDS | |
21 | hg clone http://localhost:$HGPORT/ test3 | sed -e 's,:[0-9][0-9]*/,/,' |
|
21 | hg clone http://localhost:$HGPORT/ test3 | sed -e 's,:[0-9][0-9]*/,/,' | |
22 | kill `cat hg.pid` |
|
22 | "$TESTDIR/killdaemons.py" | |
23 | echo % serve errors |
|
23 | echo % serve errors | |
24 | cat errors.log |
|
24 | cat errors.log | |
25 |
|
25 |
General Comments 0
You need to be logged in to leave comments.
Login now