Mercurial > public > mercurial-scm > hg-stable
diff tests/test-revlog-v2.t @ 49920:2f2682f40ea0
tests: use the `--quiet` flag for verify when applicable
This reduces a lot of the test output that was otherwise useless, and also
makes it a lot easier to add things to verify without breaking the test suite
because of additional output.
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Mon, 02 May 2022 17:47:38 +0200 |
parents | 6dde44bb99da |
children | 8c85d139ff64 |
line wrap: on
line diff
--- a/tests/test-revlog-v2.t Wed Dec 21 12:03:02 2022 +0100 +++ b/tests/test-revlog-v2.t Mon May 02 17:47:38 2022 +0200 @@ -117,16 +117,6 @@ hg verify should be happy ------------------------- - $ hg verify - checking changesets - checking manifests - crosschecking files in changesets and manifests - checking files - checked 1 changesets with 1 changes to 1 files + $ hg verify -q - $ hg verify -R ../cloned-repo - checking changesets - checking manifests - crosschecking files in changesets and manifests - checking files - checked 1 changesets with 1 changes to 1 files + $ hg verify -R ../cloned-repo -q