Mercurial > hg-stable
changeset 25372:df723a2655e9
test: use both bundle formats in test-pull-http
It is valuable to have both formats tested.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Wed, 27 May 2015 11:37:11 -0700 |
parents | fbcbdc62f248 |
children | 9793e52279a1 |
files | tests/test-pull-http.t |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-pull-http.t Wed May 27 06:52:23 2015 -0700 +++ b/tests/test-pull-http.t Wed May 27 11:37:11 2015 -0700 @@ -48,7 +48,11 @@ $ echo 'allowpull = false' >> .hg/hgrc $ hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log $ cat hg.pid >> $DAEMON_PIDS - $ hg clone http://localhost:$HGPORT/ test4 + $ hg clone http://localhost:$HGPORT/ test4 --config experimental.bundle2-exp=True + requesting all changes + abort: authorization failed + [255] + $ hg clone http://localhost:$HGPORT/ test4 --config experimental.bundle2-exp=False abort: authorization failed [255] $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS