test-lfs: avoid pagination
authorPierre-Yves David <pierre-yves.david@octobus.net>
Wed, 14 Apr 2021 15:54:32 +0200
changeset 46919 9799ba0abb12
parent 46918 248cbe173203
child 46920 7a9b74e98240
test-lfs: avoid pagination Otherwise, the pagination can trigger in when running the test with --debug, blocking the test execution for no good reason. Differential Revision: https://phab.mercurial-scm.org/D10395
tests/test-lfs-test-server.t
--- a/tests/test-lfs-test-server.t	Wed Apr 14 15:53:43 2021 +0200
+++ b/tests/test-lfs-test-server.t	Wed Apr 14 15:54:32 2021 +0200
@@ -40,6 +40,8 @@
 #endif
 
   $ cat >> $HGRCPATH <<EOF
+  > [ui]
+  > paginate=no
   > [experimental]
   > lfs.worker-enable = False
   > [extensions]