From 1baad060f9d440b8043a33ecf3fd4fc87534e075 Mon Sep 17 00:00:00 2001 From: Pauli Date: Thu, 11 Feb 2021 08:28:41 +1000 Subject: [PATCH] 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) --- 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) {