]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
revert test verbosity change
authorChris Brown <77508021+peakschris@users.noreply.github.com>
Sat, 9 Aug 2025 20:43:55 +0000 (16:43 -0400)
committerChris Brown <77508021+peakschris@users.noreply.github.com>
Sat, 9 Aug 2025 20:43:55 +0000 (16:43 -0400)
test_utils/test_main.c

index 28d6f1a95017f046ec706b7791bfbb5cb7db52ed..48698535526a062d1ac4a10a4c8c3a12f2e8bb15 100644 (file)
@@ -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 */