changeset 46919:9799ba0abb12

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
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 14 Apr 2021 15:54:32 +0200
parents 248cbe173203
children 7a9b74e98240
files tests/test-lfs-test-server.t
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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]