Mercurial > hg > mercurial-source
comparison tests/test-ssh @ 3012:fa4229c60dd7
Allow for MB/sec transfer rates in test-http-proxy and test-ssh.
Also make the test more specific in test-http.
author | Lee Cantey <lcantey@gmail.com> |
---|---|
date | Mon, 21 Aug 2006 10:46:58 -0700 |
parents | 109a22f5434a |
children | 25857e00af8e |
comparison
equal
deleted
inserted
replaced
3011:01454af644b8 | 3012:fa4229c60dd7 |
---|---|
36 | 36 |
37 cd .. | 37 cd .. |
38 | 38 |
39 echo "# clone remote via stream" | 39 echo "# clone remote via stream" |
40 hg clone -e ./dummyssh --uncompressed ssh://user@dummy/remote local-stream 2>&1 | \ | 40 hg clone -e ./dummyssh --uncompressed ssh://user@dummy/remote local-stream 2>&1 | \ |
41 sed -e 's/[0-9][0-9.]*/XXX/g' | 41 sed -e 's/[0-9][0-9.]*/XXX/g' -e 's/[KM]\(B\/sec\)/X\1/' |
42 cd local-stream | 42 cd local-stream |
43 hg verify | 43 hg verify |
44 cd .. | 44 cd .. |
45 | 45 |
46 echo "# clone remote via pull" | 46 echo "# clone remote via pull" |