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(