changeset 41703:47c4ac5035a6

tests: remove -q from test-lfs-serve.t This will make it easier to observe a behavior change in the next commit. Differential Revision: https://phab.mercurial-scm.org/D5971
author Gregory Szorc <gregory.szorc@gmail.com>
date Fri, 15 Feb 2019 11:42:54 -0800
parents a22321f2b1ee
children 3b0ba4575c8c
files tests/test-lfs-serve.t
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-lfs-serve.t	Wed Feb 13 16:58:24 2019 -0500
+++ b/tests/test-lfs-serve.t	Fri Feb 15 11:42:54 2019 -0800
@@ -317,7 +317,9 @@
 TODO: fail more gracefully.
 
   $ hg init $TESTTMP/client4_pull
-  $ hg -R $TESTTMP/client4_pull pull -q http://localhost:$HGPORT
+  $ hg -R $TESTTMP/client4_pull pull http://localhost:$HGPORT
+  pulling from http://localhost:$HGPORT/
+  requesting all changes
   abort: HTTP Error 500: Internal Server Error
   [255]
   $ grep 'lfs' $TESTTMP/client4_pull/.hg/requires $SERVER_REQUIRES