# HG changeset patch # User Vadim Gelfer # Date 1152211759 25200 # Node ID d22d730c96edbe6c13d4efefa98287a3c19e75b2 # Parent 83cfd95eafb50cd8ee66d8c3983b1cd50996135c tests: record few more daemon pids to be safe diff --git a/tests/test-bad-pull b/tests/test-bad-pull --- 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:/' diff --git a/tests/test-static-http b/tests/test-static-http --- 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