##// END OF EJS Templates
tests: remove -q from test-lfs-serve.t...
Gregory Szorc -
r41852:47c4ac50 default
parent child Browse files
Show More
@@ -317,7 +317,9 b' lfs content, and the extension enabled.'
317 TODO: fail more gracefully.
317 TODO: fail more gracefully.
318
318
319 $ hg init $TESTTMP/client4_pull
319 $ hg init $TESTTMP/client4_pull
320 $ hg -R $TESTTMP/client4_pull pull -q http://localhost:$HGPORT
320 $ hg -R $TESTTMP/client4_pull pull http://localhost:$HGPORT
321 pulling from http://localhost:$HGPORT/
322 requesting all changes
321 abort: HTTP Error 500: Internal Server Error
323 abort: HTTP Error 500: Internal Server Error
322 [255]
324 [255]
323 $ grep 'lfs' $TESTTMP/client4_pull/.hg/requires $SERVER_REQUIRES
325 $ grep 'lfs' $TESTTMP/client4_pull/.hg/requires $SERVER_REQUIRES
General Comments 0
You need to be logged in to leave comments. Login now