comparison tests/test-highlight.t @ 25474: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 3bb6f5f478a7
comparison
equal deleted inserted replaced
25473:123c99034cb6 25474:8c14f87bd0ae
547 $ rm out 547 $ rm out
548 548
549 errors encountered 549 errors encountered
550 550
551 $ cat errors.log 551 $ cat errors.log
552 $ killdaemons.py $DAEMON_PIDS 552 $ killdaemons.py
553 553
554 Change the pygments style 554 Change the pygments style
555 555
556 $ cat > .hg/hgrc <<EOF 556 $ cat > .hg/hgrc <<EOF
557 > [web] 557 > [web]
581 $ cd eucjp 581 $ cd eucjp
582 $ $PYTHON -c 'print("\265\376")' >> eucjp.txt # Japanese kanji "Kyo" 582 $ $PYTHON -c 'print("\265\376")' >> eucjp.txt # Japanese kanji "Kyo"
583 $ hg ci -Ama 583 $ hg ci -Ama
584 adding eucjp.txt 584 adding eucjp.txt
585 $ hgserveget () { 585 $ hgserveget () {
586 > killdaemons.py $DAEMON_PIDS 586 > killdaemons.py
587 > echo % HGENCODING="$1" hg serve 587 > echo % HGENCODING="$1" hg serve
588 > HGENCODING="$1" hg serve -p $HGPORT -d -n test --pid-file=hg.pid -E errors.log 588 > HGENCODING="$1" hg serve -p $HGPORT -d -n test --pid-file=hg.pid -E errors.log
589 > cat hg.pid >> $DAEMON_PIDS 589 > cat hg.pid >> $DAEMON_PIDS
590 > 590 >
591 > echo % hgweb filerevision, html 591 > echo % hgweb filerevision, html