##// END OF EJS Templates
test-push-http: use killdaemons.py instead of kill to avoid test unreliability
Gilles Moris -
r13449:8b1125eb stable
parent child Browse files
Show More
@@ -15,7 +15,7 b''
15 > hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
15 > hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
16 > cat hg.pid >> $DAEMON_PIDS
16 > cat hg.pid >> $DAEMON_PIDS
17 > hg --cwd ../test2 push http://localhost:$HGPORT/
17 > hg --cwd ../test2 push http://localhost:$HGPORT/
18 > kill `cat hg.pid`
18 > "$TESTDIR/killdaemons.py"
19 > echo % serve errors
19 > echo % serve errors
20 > cat errors.log
20 > cat errors.log
21 > }
21 > }
General Comments 0
You need to be logged in to leave comments. Login now