]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: Remove unit-tests-verbose and favor meson test --verbose 13959/head
authorFred Morcos <fred.morcos@open-xchange.com>
Mon, 25 Mar 2024 10:34:03 +0000 (11:34 +0100)
committerFred Morcos <fred.morcos@open-xchange.com>
Mon, 25 Mar 2024 10:34:03 +0000 (11:34 +0100)
meson.build
meson_options.txt

index ce9ecc634fa897032497a958892be9d7e03c23c9..f617821c5d4e0438fe19c4f9192e0563cfe2dada 100644 (file)
@@ -926,7 +926,6 @@ if get_option('unit-tests')
   test(
     'pdns-auth-testrunner',
     pdns_auth_testrunner,
-    verbose: get_option('unit-tests-verbose'),
     env: {
       'BOOST_TEST_LOG_LEVEL': 'message',
     },
@@ -955,8 +954,6 @@ if get_option('module-remote') != 'disabled' and get_option('unit-tests-backends
     'REMOTEBACKEND_ZEROMQ': get_option('module-remote-zeromq') ? 'yes' : 'no',
   }
 
-  verbose = get_option('unit-tests-verbose')
-
   foreach test_binary, test_source: module_remotebackend_test_sources_binaries
     exec_var_name = test_binary.underscorify()
 
@@ -978,7 +975,6 @@ if get_option('module-remote') != 'disabled' and get_option('unit-tests-backends
       'pdns-auth-' + test_binary,
       module_remotebackend_testrunner,
       args: ['--', get_variable(exec_var_name).full_path()],
-      verbose: verbose,
       env: env,
       workdir: product_source_dir / fs.parent(module_remotebackend_testrunner),
       is_parallel: false,
index 61966b69467ece8a77d2b43566fef9110319dd57..64d5dc8d2c8af806512abe0f234b0720ba9af734 100644 (file)
@@ -14,7 +14,6 @@ option('dns-over-tls', type: 'boolean', value: false, description: 'DNS over TLS
 option('ipcipher', type: 'feature', value: 'auto', description: 'IPcipher (requires libcrypto)')
 option('unit-tests', type: 'boolean', value: false, description: 'Build and run unit tests')
 option('unit-tests-backends', type: 'boolean', value: false, description: 'Build and run backend unit tests')
-option('unit-tests-verbose', type: 'boolean', value: false, description: 'Print more unit test information')
 option('reproducible', type: 'boolean', value: false, description: 'Reproducible builds (for distro maintainers, makes debugging difficult)')
 option('fuzz-targets', type: 'boolean', value: false, description: 'Enable fuzzing targets')
 option('verbose-logging', type: 'boolean', value: false, description: 'Enable verbose logging')