From: Pauli Date: Wed, 10 Feb 2021 22:28:41 +0000 (+1000) Subject: test: add an option to output timing information from tests. X-Git-Tag: openssl-3.0.0-alpha12~77 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1baad060f9d440b8043a33ecf3fd4fc87534e075;p=thirdparty%2Fopenssl.git test: add an option to output timing information from tests. Fixes #14141 Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/14149) --- diff --git a/test/run_tests.pl b/test/run_tests.pl index 8e50d1bc90a..aa29888967c 100644 --- a/test/run_tests.pl +++ b/test/run_tests.pl @@ -44,6 +44,7 @@ my %tapargs = lib => [ $libdir ], switches => '-w', merge => 1, + timer => $ENV{HARNESS_TIMER} ? 1 : 0, ); if ($jobs > 1) {