Mercurial > public > mercurial-scm > hg-stable
diff tests/test-unionrepo.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 | f1186c292d03 |
children | 4d2b496cb7b8 |
line wrap: on
line diff
--- a/tests/test-unionrepo.t Wed Dec 21 12:03:02 2022 +0100 +++ b/tests/test-unionrepo.t Mon May 02 17:47:38 2022 +0200 @@ -133,12 +133,7 @@ $ hg -R repo3 paths default = union:repo1+repo2 - $ hg -R repo3 verify - checking changesets - checking manifests - crosschecking files in changesets and manifests - checking files - checked 6 changesets with 11 changes to 6 files + $ hg -R repo3 verify -q $ hg -R repo3 heads --template '{rev}:{node|short} {desc|firstline}\n' 5:2f0d178c469c repo2-3