From cad1f46ce3b4c3483ee14903c7f06aace11deef0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 7 May 2020 12:23:40 +0200 Subject: runtests: show elapsed test time with higher precision (ms) --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtests.pl b/tests/runtests.pl index a136ee062..fd419c4e2 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -4473,7 +4473,7 @@ sub singletest { my $duration = sprintf("duration: %02d:%02d", $sofar/60, $sofar%60); if(!$automakestyle) { - logmsg sprintf("OK (%-3d out of %-3d, %s, took %.1fs, %s)\n", + logmsg sprintf("OK (%-3d out of %-3d, %s, took %.3fs, %s)\n", $count, $total, $left, $took, $duration); } else { -- cgit v1.2.3