summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauli <ppzgs1@gmail.com>2021-02-11 08:28:41 +1000
committerPauli <ppzgs1@gmail.com>2021-02-12 08:32:04 +1000
commit1baad060f9d440b8043a33ecf3fd4fc87534e075 (patch)
tree208449324fd21fe666de1164c3cd73e42f13f876
parentc926a5ecb7a855c2ca1716e4c408410d2b2adccd (diff)
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)
-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) {