From 5afd73c31798d2b20f263e0e41a4e5ff2fb118d0 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Tue, 17 Nov 2015 13:17:42 +0100 Subject: [PATCH] MT#16399 Add timing to XML output from tool 'prove' It allows to track test results better. Change-Id: Iec004def53cea5a8bab96206a67cc3e33029cd55 --- t/testrunner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/testrunner b/t/testrunner index 25c9442..9f10f01 100755 --- a/t/testrunner +++ b/t/testrunner @@ -12,7 +12,7 @@ if [ -d /results ] ; then RESULTS="/results" cd "/code" - prove --formatter TAP::Formatter::JUnit -l -I/code/lib | \ + prove --timer --formatter TAP::Formatter::JUnit -l -I/code/lib | \ tee -a "${RESULTS}/results.xml" || RC=$? else # Running locally in Docker