# HG changeset patch # User Gregory Szorc # Date 2019-02-15 19:42:54 # Node ID 47c4ac5035a6e26286fb33284da9dfe2dc004c8f # Parent a22321f2b1ee18ea09a70fee9e524d2f0298aaaa 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 diff --git a/tests/test-lfs-serve.t b/tests/test-lfs-serve.t --- a/tests/test-lfs-serve.t +++ b/tests/test-lfs-serve.t @@ -317,7 +317,9 @@ lfs content, and the extension enabled. 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