##// END OF EJS Templates
tests: record few more daemon pids to be safe
Vadim Gelfer -
r2572:d22d730c default
parent child Browse files
Show More
@@ -18,6 +18,7 b' run()'
18 EOF
18 EOF
19
19
20 python dumb.py 2>/dev/null &
20 python dumb.py 2>/dev/null &
21 echo $! >> $DAEMON_PIDS
21
22
22 http_proxy= hg clone http://localhost:20059/foo copy2 2>&1 | \
23 http_proxy= hg clone http://localhost:20059/foo copy2 2>&1 | \
23 sed -e 's/404.*/404/' -e 's/Date:.*/Date:/'
24 sed -e 's/404.*/404/' -e 's/Date:.*/Date:/'
@@ -20,6 +20,7 b' run()'
20 EOF
20 EOF
21
21
22 python dumb.py 2>/dev/null &
22 python dumb.py 2>/dev/null &
23 echo $! >> $DAEMON_PIDS
23
24
24 mkdir remote
25 mkdir remote
25 cd remote
26 cd remote
General Comments 0
You need to be logged in to leave comments. Login now