diff tests/test-obsolete-changeset-exchange.t @ 49825: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 7015b0232c5e
children 2cf264e9aa75
line wrap: on
line diff
--- a/tests/test-obsolete-changeset-exchange.t	Wed Dec 21 12:03:02 2022 +0100
+++ b/tests/test-obsolete-changeset-exchange.t	Mon May 02 17:47:38 2022 +0200
@@ -47,12 +47,7 @@
   adding manifests
   adding file changes
   added 2 changesets with 2 changes to 2 files
-  $ hg -R ../other verify
-  checking changesets
-  checking manifests
-  crosschecking files in changesets and manifests
-  checking files
-  checked 2 changesets with 2 changes to 2 files
+  $ hg -R ../other verify -q
 
 Adding a changeset going extinct locally
 ------------------------------------------