tests: record few more daemon pids to be safe
authorVadim Gelfer <vadim.gelfer@gmail.com>
Thu, 06 Jul 2006 11:49:19 -0700
changeset 2571 d22d730c96ed
parent 2570 83cfd95eafb5
child 2572 b13a98bd078e
tests: record few more daemon pids to be safe
tests/test-bad-pull
tests/test-static-http
--- a/tests/test-bad-pull
+++ b/tests/test-bad-pull
@@ -18,6 +18,7 @@ run()
 EOF
 
 python dumb.py 2>/dev/null &
+echo $! >> $DAEMON_PIDS
 
 http_proxy= hg clone http://localhost:20059/foo copy2 2>&1 | \
     sed -e 's/404.*/404/' -e 's/Date:.*/Date:/'
--- a/tests/test-static-http
+++ b/tests/test-static-http
@@ -20,6 +20,7 @@ run()
 EOF
 
 python dumb.py 2>/dev/null &
+echo $! >> $DAEMON_PIDS
 
 mkdir remote
 cd remote