diff tests/test-treediscovery-legacy.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 4f8054d3171b
children bc7377160fa7
line wrap: on
line diff
--- a/tests/test-treediscovery-legacy.t	Sun Aug 19 18:06:15 2012 +0200
+++ b/tests/test-treediscovery-legacy.t	Mon Aug 20 22:36:51 2012 +0200
@@ -35,7 +35,7 @@
   >   cat hg.pid >> $DAEMON_PIDS
   > }
   $ tstop() {
-  >   "$TESTDIR/killdaemons.py"
+  >   "$TESTDIR/killdaemons.py" $DAEMON_PIDS
   >   cp $HGRCPATH-withcap $HGRCPATH
   > }