tests/test-treediscovery.t
changeset 25474 8c14f87bd0ae
parent 25472 4d2b9b304ad0
child 28996 b74ca9ace65e
equal deleted inserted replaced
25473:123c99034cb6 25474:8c14f87bd0ae
    19   >   echo 'allow_push = *' >> $1/.hg/hgrc
    19   >   echo 'allow_push = *' >> $1/.hg/hgrc
    20   >   hg serve -R $1 -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log
    20   >   hg serve -R $1 -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log
    21   >   cat hg.pid >> $DAEMON_PIDS
    21   >   cat hg.pid >> $DAEMON_PIDS
    22   > }
    22   > }
    23   $ tstop() {
    23   $ tstop() {
    24   >   killdaemons.py $DAEMON_PIDS
    24   >   killdaemons.py
    25   >   [ "$1" ] && cut -d' ' -f6- access.log && cat errors.log
    25   >   [ "$1" ] && cut -d' ' -f6- access.log && cat errors.log
    26   >   rm access.log errors.log
    26   >   rm access.log errors.log
    27   > }
    27   > }
    28 
    28 
    29 Both are empty:
    29 Both are empty: