runtests: track verification time even if no files to compare

This commit is contained in:
Dan Fandrich 2023-03-28 21:14:13 -07:00
parent 07ab5bdd3b
commit 0c82fcde79

View File

@ -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;
}