Mercurial > public > mercurial-scm > hg-stable
diff tests/test-filebranch.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 | 4141951dacff |
children |
line wrap: on
line diff
--- a/tests/test-filebranch.t Wed Dec 21 12:03:02 2022 +0100 +++ b/tests/test-filebranch.t Mon May 02 17:47:38 2022 +0200 @@ -135,11 +135,6 @@ $ hg status - $ hg verify - checking changesets - checking manifests - crosschecking files in changesets and manifests - checking files - checked 4 changesets with 10 changes to 4 files + $ hg verify -q $ cd ..