##// 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 15 > hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log
16 16 > cat hg.pid >> $DAEMON_PIDS
17 17 > hg --cwd ../test2 push http://localhost:$HGPORT/
18 > kill `cat hg.pid`
18 > "$TESTDIR/killdaemons.py"
19 19 > echo % serve errors
20 20 > cat errors.log
21 21 > }
General Comments 0
You need to be logged in to leave comments. Login now