]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
runtests: show elapsed test time with higher precision (ms)
authorDaniel Stenberg <daniel@haxx.se>
Thu, 7 May 2020 10:23:40 +0000 (12:23 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 7 May 2020 10:23:40 +0000 (12:23 +0200)
tests/runtests.pl

index a136ee062d3f31366e0e63d236c64e992f11de1e..fd419c4e24a70c3be9e52dff025e37c8a57bf23c 100755 (executable)
@@ -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 {