Mercurial > public > mercurial-scm > hg
diff tests/test-highlight.t @ 17466:d5a3bda6e170
killdaemons: take file argument explicitely
It makes it easier to use as a generic replacement for kill utility,
mostly for Windows tests.
author | Patrick Mezard <patrick@mezard.eu> |
---|---|
date | Mon, 20 Aug 2012 22:36:51 +0200 |
parents | 1ae119269ddc |
children | 5db16424142c |
line wrap: on
line diff
--- a/tests/test-highlight.t Sun Aug 19 18:06:15 2012 +0200 +++ b/tests/test-highlight.t Mon Aug 20 22:36:51 2012 +0200 @@ -545,7 +545,7 @@ errors encountered $ cat errors.log - $ "$TESTDIR/killdaemons.py" + $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS Change the pygments style @@ -579,7 +579,7 @@ $ hg ci -Ama adding eucjp.txt $ hgserveget () { - > "$TESTDIR/killdaemons.py" + > "$TESTDIR/killdaemons.py" $DAEMON_PIDS > echo % HGENCODING="$1" hg serve > HGENCODING="$1" hg serve -p $HGPORT -d -n test --pid-file=hg.pid -E errors.log > cat hg.pid >> $DAEMON_PIDS