comparison tests/test-push-http.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 d19787db6fe0
comparison
equal deleted inserted replaced
25473:123c99034cb6 25474:8c14f87bd0ae
15 $ req() { 15 $ req() {
16 > hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log 16 > hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
17 > cat hg.pid >> $DAEMON_PIDS 17 > cat hg.pid >> $DAEMON_PIDS
18 > hg --cwd ../test2 push http://localhost:$HGPORT/ 18 > hg --cwd ../test2 push http://localhost:$HGPORT/
19 > exitstatus=$? 19 > exitstatus=$?
20 > killdaemons.py $DAEMON_PIDS 20 > killdaemons.py
21 > echo % serve errors 21 > echo % serve errors
22 > cat errors.log 22 > cat errors.log
23 > return $exitstatus 23 > return $exitstatus
24 > } 24 > }
25 $ cd ../test 25 $ cd ../test