tests: remove -q from test-lfs-serve.t
authorGregory Szorc <gregory.szorc@gmail.com>
Fri, 15 Feb 2019 11:42:54 -0800
changeset 41703 47c4ac5035a6
parent 41702 a22321f2b1ee
child 41704 3b0ba4575c8c
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
tests/test-lfs-serve.t
--- 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