summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPauli <ppzgs1@gmail.com>2021-02-10 23:28:41 +0100
committerPauli <ppzgs1@gmail.com>2021-02-11 23:32:04 +0100
commit1baad060f9d440b8043a33ecf3fd4fc87534e075 (patch)
tree208449324fd21fe666de1164c3cd73e42f13f876 /test
parentX509_STORE_CTX_cleanup(): Use internally so no need to call explicitly (diff)
downloadopenssl-1baad060f9d440b8043a33ecf3fd4fc87534e075.tar.xz
openssl-1baad060f9d440b8043a33ecf3fd4fc87534e075.zip
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')
-rw-r--r--test/run_tests.pl1
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) {