Skip to content
Snippets Groups Projects
Commit df723a26 authored by Pierre-Yves David's avatar Pierre-Yves David
Browse files

test: use both bundle formats in test-pull-http

It is valuable to have both formats tested.
parent fbcbdc62
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment