diff options
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) { |