mirror of
https://github.com/curl/curl.git
synced 2026-07-16 00:27:18 +03:00
tests: add the ending time stamp in testcurl.pl
This provides better information on the length of the job and when it completed.
This commit is contained in:
parent
c121f19601
commit
e9de867410
1 changed files with 2 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue