diff options
author | Pauli <ppzgs1@gmail.com> | 2021-02-11 08:28:41 +1000 |
---|---|---|
committer | Pauli <ppzgs1@gmail.com> | 2021-02-12 08:32:04 +1000 |
commit | 1baad060f9d440b8043a33ecf3fd4fc87534e075 (patch) | |
tree | 208449324fd21fe666de1164c3cd73e42f13f876 /test/run_tests.pl | |
parent | c926a5ecb7a855c2ca1716e4c408410d2b2adccd (diff) | |
download | openssl-new-1baad060f9d440b8043a33ecf3fd4fc87534e075.tar.gz |
test: add an option to output timing information from tests.
Fixes #14141
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14149)
Diffstat (limited to 'test/run_tests.pl')
-rw-r--r-- | test/run_tests.pl | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |