From: pdns-recursor packagers Date: Tue, 19 May 2020 08:52:06 +0000 (+0100) Subject: testrunner-log-verbosity X-Git-Tag: archive/raspbian/4.1.11-1+rpi1+deb10u1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3f1989873c9891343147c835d3f8d90023c8848b;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: