]> git.ipfire.org Git - thirdparty/openssl.git/commit
Make the test output show how long each test takes by default.
authorBob Beck <beck@openssl.org>
Mon, 15 Dec 2025 21:51:18 +0000 (14:51 -0700)
committerNorbert Pocs <norbertp@openssl.org>
Wed, 17 Dec 2025 12:09:52 +0000 (13:09 +0100)
commitac7f76380b0c5ca82e542cd36d2e7fb1368d8f8a
tree21cdb1ce204aa86c0b4906530ea7d7a8c4ce534e
parent6255955d08636ed533e36d663983c506533e1316
Make the test output show how long each test takes by default.

Unless we have reduced the verbosity level, or overridden it with
a HARNESS_TIMER setting.

This makes it easier to realize when you are making a test that is
starting to dominate testing time for developers, and makes it
easier for developers to see it.

For: https://github.com/openssl/project/issues/1767

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/29408)
test/run_tests.pl