mirror of
https://github.com/curl/curl.git
synced 2026-05-30 13:47:28 +03:00
runtests: track verification time even if no files to compare
This commit is contained in:
parent
07ab5bdd3b
commit
0c82fcde79
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue