From: Dan Fandrich Date: Wed, 29 Mar 2023 04:14:13 +0000 (-0700) Subject: runtests: track verification time even if no files to compare X-Git-Tag: curl-8_1_0~250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c82fcde79c113d08b59cc5958a2fd35363c0ede;p=thirdparty%2Fcurl.git runtests: track verification time even if no files to compare --- diff --git a/tests/runtests.pl b/tests/runtests.pl index cab095a5f3..5d2e590c25 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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; }