runtests: show elapsed test time with higher precision (ms)

This commit is contained in:
Daniel Stenberg 2020-05-07 12:23:40 +02:00
parent d1ef10b1d3
commit cad1f46ce3
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 1 deletions

View File

@ -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 {