From 6662766552262231e2bececc15626e2b9e83241d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Wed, 8 Jun 2022 17:22:39 +0200 Subject: build: Do not use verbose GJS debug logging in tests by default Avoid showing all the GJS debug topics information in logs when running meson test, while include them when using the 'verbose' setup that is now used by default in CI tests. --- meson.build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 9f8cdacc..1edfb3ef 100644 --- a/meson.build +++ b/meson.build @@ -708,6 +708,9 @@ valgrind_args = [ '--error-exitcode=1' ] +add_test_setup('quiet', env: ['GJS_DEBUG_TOPICS='], is_default: true) +add_test_setup('verbose') + add_test_setup('valgrind', timeout_multiplier: 40, env: valgrind_environment, exe_wrapper: ['valgrind'] + valgrind_args) -- cgit v1.2.1