]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: add the ending time stamp in testcurl.pl
authorDan Fandrich <dan@coneharvesters.com>
Thu, 28 Nov 2024 21:22:53 +0000 (13:22 -0800)
committerDan Fandrich <dan@coneharvesters.com>
Fri, 29 Nov 2024 08:56:52 +0000 (00:56 -0800)
This provides better information on the length of the job and when it
completed.

tests/testcurl.pl

index 29dd813c2ff5fb468568530020e00e6cfad04ca5..cb3172796279df7f88035b4b748862b5ad1d5be6 100755 (executable)
@@ -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";