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
This commit is contained in:
eldritch horrors
2025-03-07 15:44:42 +01:00
parent f61bcc6ca9
commit 0f3aba83c5
+3 -3
View File
@@ -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(