From 0f3aba83c5a85bbcf428a09a26aab229b181c10b Mon Sep 17 00:00:00 2001 From: eldritch horrors Date: Fri, 7 Mar 2025 15:44:17 +0100 Subject: [PATCH] tests: turn off unit test verbosity there's no real usefulness to this output in build logs. in interactive development builds -v can be passed to meson to restore the old output. Change-Id: Iac4c0573fd1cac5fc9044b950ef52ee50448e6fc --- tests/unit/meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/unit/meson.build b/tests/unit/meson.build index cb6b13682..17d4395d0 100644 --- a/tests/unit/meson.build +++ b/tests/unit/meson.build @@ -97,7 +97,7 @@ test( }, suite : 'check', protocol : 'gtest', - verbose : true, + verbose : false, ) libstore_test_support_sources = files( @@ -167,7 +167,7 @@ test( }, suite : 'check', protocol : 'gtest', - verbose : true, + verbose : false, ) libexpr_test_support_sources = files( @@ -235,7 +235,7 @@ test( }, suite : 'check', protocol : 'gtest', - verbose : true, + verbose : false, ) libcmd_tester = executable(