From: Francis Dupont Date: Mon, 22 Mar 2021 15:24:24 +0000 (+0100) Subject: [#1664] Documented KEA_TLS_CHECK_VERBOSE X-Git-Tag: Kea-1.9.6~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16d81cfddb2871cda13435d9d9ea64f58d3a7a41;p=thirdparty%2Fkea.git [#1664] Documented KEA_TLS_CHECK_VERBOSE --- diff --git a/doc/devel/unit-tests.dox b/doc/devel/unit-tests.dox index 359ef4c4b0..1120bc6547 100644 --- a/doc/devel/unit-tests.dox +++ b/doc/devel/unit-tests.dox @@ -86,6 +86,11 @@ The following environment variable can affect the unit tests: will cause the test setup logic to always drop and create the database schema. The default value is "true". +- KEA_TLS_CHECK_VERBOSE - Specifies the TLS check default verbosity. If not + set, TLS unit tests triggering expected failures are by default silent. + If set, these TLS unit tests display the error messages which are very + dependent on the cryptographic backend and boost library versions. + @note Setting KEA_TEST_DB_WIPE_DATA_ONLY to false may dramatically increase the time it takes each unit test to execute.