Mercurial > hg
changeset 17021:955662c1d0e9
test-bookmarks-pushpull: partially adapt for Windows
The kill call at the end is redundant, as we already have
199: $ hg serve -p $HGPORT -d --pid-file=../hg.pid -E errors.log
200: $ cat ../hg.pid >> $DAEMON_PIDS
So there is nothing left that would not already be killed by the $DAEMON_PIDS
mechanism.
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Wed, 20 Jun 2012 18:02:01 +0200 |
parents | e0d9a3bfe406 |
children | 8a38839ae1dc |
files | tests/test-bookmarks-pushpull.t |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-bookmarks-pushpull.t Tue Jun 19 19:28:55 2012 +0200 +++ b/tests/test-bookmarks-pushpull.t Wed Jun 20 18:02:01 2012 +0200 @@ -121,7 +121,7 @@ foobar 1:9b140be10808 $ hg pull --config paths.foo=../a foo - pulling from $TESTTMP/a + pulling from $TESTTMP/a (glob) searching for changes adding changesets adding manifests @@ -251,6 +251,4 @@ foo -1:000000000000 foobar 1:9b140be10808 - $ kill `cat ../hg.pid` - $ cd ..