# HG changeset patch # User Gregory Szorc # Date 1550259774 28800 # 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 -r a22321f2b1ee -r 47c4ac5035a6 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