##// END OF EJS Templates
tests: skip a detailed exit status in test-lfs-test-server...
Matt Harbison -
r47062:47b11629 stable
parent child Browse files
Show More
@@ -420,7 +420,10 lfs-test-server.
420 420
421 421 TODO: give the proper error indication from `hg serve`
422 422
423 $ hg --repo ../repo1 update -C tip --debug
423 TODO: reconsider the except base class so that the git and hg errors yield the
424 same exit status.
425
426 $ hg --repo ../repo1 update -C tip --debug --config ui.detailed-exit-code=False
424 427 http auth: user foo, password ***
425 428 resolving manifests
426 429 branchmerge: False, force: True, partial: False
@@ -460,7 +463,7 TODO: give the proper error indication f
460 463 Date: $HTTP_DATE$ (git-server !)
461 464 abort: corrupt remote lfs object: d11e1a642b60813aee592094109b406089b8dff4cb157157f753418ec7857998 (git-server !)
462 465 abort: LFS server error for "c": Validation error (hg-server !)
463 [50]
466 [255]
464 467
465 468 The corrupted blob is not added to the usercache or local store
466 469
General Comments 0
You need to be logged in to leave comments. Login now