]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
test: add an option to output timing information from tests.
authorPauli <ppzgs1@gmail.com>
Wed, 10 Feb 2021 22:28:41 +0000 (08:28 +1000)
committerPauli <ppzgs1@gmail.com>
Thu, 11 Feb 2021 22:32:04 +0000 (08:32 +1000)
Fixes #14141

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14149)

test/run_tests.pl

index 8e50d1bc90a1c98736744118210f70ba376cfca3..aa29888967cfcebd831b2d3396e7226f0273847a 100644 (file)
@@ -44,6 +44,7 @@ my %tapargs =
       lib               => [ $libdir ],
       switches          => '-w',
       merge             => 1,
+      timer             => $ENV{HARNESS_TIMER} ? 1 : 0,
     );
 
 if ($jobs > 1) {