tests/test-treediscovery-legacy.t
changeset 17466 d5a3bda6e170
parent 17345 4f8054d3171b
child 17539 bc7377160fa7
equal deleted inserted replaced
17465:2d4a096e213c 17466:d5a3bda6e170
    33   >   cp $HGRCPATH-nocap $HGRCPATH
    33   >   cp $HGRCPATH-nocap $HGRCPATH
    34   >   hg serve -R $1 -p $HGPORT -d --pid-file=hg.pid -E errors.log
    34   >   hg serve -R $1 -p $HGPORT -d --pid-file=hg.pid -E errors.log
    35   >   cat hg.pid >> $DAEMON_PIDS
    35   >   cat hg.pid >> $DAEMON_PIDS
    36   > }
    36   > }
    37   $ tstop() {
    37   $ tstop() {
    38   >   "$TESTDIR/killdaemons.py"
    38   >   "$TESTDIR/killdaemons.py" $DAEMON_PIDS
    39   >   cp $HGRCPATH-withcap $HGRCPATH
    39   >   cp $HGRCPATH-withcap $HGRCPATH
    40   > }
    40   > }
    41 
    41 
    42 Both are empty:
    42 Both are empty:
    43 
    43