comparison tests/test-treediscovery-legacy.t @ 26010:8c14f87bd0ae

tests: drop DAEMON_PIDS from killdaemons calls
author Matt Mackall <mpm@selenic.com>
date Mon, 08 Jun 2015 14:55:40 -0500
parents 4d2b9b304ad0
children
comparison
equal deleted inserted replaced
26009:123c99034cb6 26010:8c14f87bd0ae
31 > cp $HGRCPATH-nocap $HGRCPATH 31 > cp $HGRCPATH-nocap $HGRCPATH
32 > hg serve -R $1 -p $HGPORT -d --pid-file=hg.pid -E errors.log 32 > hg serve -R $1 -p $HGPORT -d --pid-file=hg.pid -E errors.log
33 > cat hg.pid >> $DAEMON_PIDS 33 > cat hg.pid >> $DAEMON_PIDS
34 > } 34 > }
35 $ tstop() { 35 $ tstop() {
36 > killdaemons.py $DAEMON_PIDS 36 > killdaemons.py
37 > cp $HGRCPATH-withcap $HGRCPATH 37 > cp $HGRCPATH-withcap $HGRCPATH
38 > } 38 > }
39 39
40 Both are empty: 40 Both are empty:
41 41