From: Daniel Stenberg Date: Thu, 7 May 2020 10:23:40 +0000 (+0200) Subject: runtests: show elapsed test time with higher precision (ms) X-Git-Tag: curl-7_71_0~198 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cad1f46ce3b4c3483ee14903c7f06aace11deef0;p=thirdparty%2Fcurl.git runtests: show elapsed test time with higher precision (ms) --- diff --git a/tests/runtests.pl b/tests/runtests.pl index a136ee062d..fd419c4e24 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 {