changeset 2572:d22d730c96ed

tests: record few more daemon pids to be safe
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Thu, 06 Jul 2006 11:49:19 -0700
parents 83cfd95eafb5
children b13a98bd078e
files tests/test-bad-pull tests/test-static-http
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-bad-pull	Thu Jul 06 11:45:34 2006 -0700
+++ b/tests/test-bad-pull	Thu Jul 06 11:49:19 2006 -0700
@@ -18,6 +18,7 @@
 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	Thu Jul 06 11:45:34 2006 -0700
+++ b/tests/test-static-http	Thu Jul 06 11:49:19 2006 -0700
@@ -20,6 +20,7 @@
 EOF
 
 python dumb.py 2>/dev/null &
+echo $! >> $DAEMON_PIDS
 
 mkdir remote
 cd remote