]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
runtests: track verification time even if no files to compare
authorDan Fandrich <dan@coneharvesters.com>
Wed, 29 Mar 2023 04:14:13 +0000 (21:14 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 30 Mar 2023 16:53:57 +0000 (09:53 -0700)
tests/runtests.pl

index cab095a5f3112d2484b4595abb52d3fb0a6e53a9..5d2e590c25f12a4c361a8aef596930f20bdb9e30 100755 (executable)
@@ -4472,6 +4472,8 @@ sub singletest_check {
             logmsg "\n $testnum: protocol FAILED!\n".
                 " There was no content at all in the file $SERVERIN.\n".
                 " Server glitch? Total curl failure? Returned: $cmdres\n";
+            # timestamp test result verification end
+            $timevrfyend{$testnum} = Time::HiRes::time();
             return -1;
         }