From: pdns-recursor packagers Date: Mon, 18 Mar 2024 22:34:27 +0000 (+0100) Subject: testrunner-log-verbosity X-Git-Tag: archive/raspbian/4.1.11-1+rpi1+deb10u2^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d517d9c08458eb85a6dff9bdb0133f89c17a3643;p=pdns-recursor.git testrunner-log-verbosity =================================================================== Gbp-Pq: Name testrunner-log-verbosity --- diff --git a/Makefile.am b/Makefile.am index e8f9438..f8c6d14 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,7 +74,7 @@ TESTS=test_libcrypto if UNIT_TESTS noinst_PROGRAMS = testrunner -TESTS_ENVIRONMENT = env BOOST_TEST_LOG_LEVEL=message SRCDIR='$(srcdir)' +TESTS_ENVIRONMENT = env BOOST_TEST_LOG_LEVEL=test_suite BOOST_TEST_REPORT_LEVEL=detailed SRCDIR='$(srcdir)' TESTS += testrunner else check-local: