From: Chris Brown <77508021+peakschris@users.noreply.github.com> Date: Sat, 9 Aug 2025 20:43:55 +0000 (-0400) Subject: revert test verbosity change X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e099b418e3a1d1b7251701f865bc3901352eb5b4;p=thirdparty%2Flibarchive.git revert test verbosity change --- diff --git a/test_utils/test_main.c b/test_utils/test_main.c index 28d6f1a95..486985355 100644 --- a/test_utils/test_main.c +++ b/test_utils/test_main.c @@ -375,7 +375,7 @@ static int fail_if_tests_skipped = 0; /* Default is to run the specified tests once and report errors. */ static int until_failure = 0; /* Default is to just report pass/fail for each test. */ -static int verbosity = 2; +static int verbosity = 0; #define VERBOSITY_SUMMARY_ONLY -1 /* -q */ #define VERBOSITY_PASSFAIL 0 /* Default */ #define VERBOSITY_LIGHT_REPORT 1 /* -v */