From: Dan Fandrich Date: Thu, 28 Nov 2024 21:22:53 +0000 (-0800) Subject: tests: add the ending time stamp in testcurl.pl X-Git-Tag: curl-8_11_1~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9de867410e10bbbe497b90999d1e034bf999686;p=thirdparty%2Fcurl.git tests: add the ending time stamp in testcurl.pl This provides better information on the length of the job and when it completed. --- diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 29dd813c2f..cb31727962 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -77,7 +77,7 @@ use vars qw($name $email $desc $confopts $runtestopts $setupfile $mktarball $timestamp $notes); # version of this script -$version='2024-08-07'; +$version='2024-11-28'; $fixed=0; # Determine if we're running from git or a canned copy of curl, @@ -793,5 +793,6 @@ if (($mktarball ne '') && (-x $mktarball)) { system($mktarball); } +logit "enddate = ".scalar(gmtime)." UTC"; # When the run ends # mydie to cleanup mydie "ending nicely";