From 0c82fcde79c113d08b59cc5958a2fd35363c0ede Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 28 Mar 2023 21:14:13 -0700 Subject: [PATCH] runtests: track verification time even if no files to compare --- tests/runtests.pl | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.47.3