comparison tests/test-pull @ 10154:d4a62b6d4a58 stable

run-tests.py: clears http_proxy for all tests
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Tue, 29 Dec 2009 19:02:26 -0200
parents 2770d03ae49f
children ace3cf2bc991
comparison
equal deleted inserted replaced
10147:27838bd9acf5 10154:d4a62b6d4a58
9 hg verify 9 hg verify
10 hg serve -p $HGPORT -d --pid-file=hg.pid 10 hg serve -p $HGPORT -d --pid-file=hg.pid
11 cat hg.pid >> $DAEMON_PIDS 11 cat hg.pid >> $DAEMON_PIDS
12 cd .. 12 cd ..
13 13
14 http_proxy= hg clone --pull http://localhost:$HGPORT/ copy | sed -e 's,:[0-9][0-9]*/,/,' 14 hg clone --pull http://localhost:$HGPORT/ copy | sed -e 's,:[0-9][0-9]*/,/,'
15 cd copy 15 cd copy
16 hg verify 16 hg verify
17 hg co 17 hg co
18 cat foo 18 cat foo
19 hg manifest --debug 19 hg manifest --debug