[openssl] master update

Dr. Paul Dale pauli at openssl.org
Thu Feb 11 22:32:23 UTC 2021


The branch master has been updated
       via  1baad060f9d440b8043a33ecf3fd4fc87534e075 (commit)
      from  c926a5ecb7a855c2ca1716e4c408410d2b2adccd (commit)


- Log -----------------------------------------------------------------
commit 1baad060f9d440b8043a33ecf3fd4fc87534e075
Author: Pauli <ppzgs1 at gmail.com>
Date:   Thu Feb 11 08:28:41 2021 +1000

    test: add an option to output timing information from tests.
    
    Fixes #14141
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/14149)

-----------------------------------------------------------------------

Summary of changes:
 test/run_tests.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/run_tests.pl b/test/run_tests.pl
index 8e50d1bc90..aa29888967 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) {


More information about the openssl-commits mailing list