aboutsummaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testcurl.pl')
-rwxr-xr-xtests/testcurl.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/testcurl.pl b/tests/testcurl.pl
index 08b80d1de..83a42614a 100755
--- a/tests/testcurl.pl
+++ b/tests/testcurl.pl
@@ -70,10 +70,10 @@ use vars qw($version $fixed $infixed $CURLDIR $git $pwd $build $buildlog
use vars qw($name $email $desc $confopts $runtestopts $setupfile $mktarball
$extvercmd $nogitpull $nobuildconf $crosscompile
- $timestamp);
+ $timestamp $notes);
# version of this script
-$version='2010-08-20';
+$version='2011-06-23';
$fixed=0;
# Determine if we're running from git or a canned copy of curl,
@@ -308,6 +308,7 @@ if ($fixed < 4) {
print F "email='$email'\n";
print F "desc='$desc'\n";
print F "confopts='$confopts'\n";
+ print F "notes='$notes'\n";
print F "fixed='$fixed'\n";
close(F);
}
@@ -330,6 +331,7 @@ logit 'TRANSFER CONTROL ==== 1120 CHAR LINE' . $str1066os . 'LINE_END';
logit "NAME = $name";
logit "EMAIL = $email";
logit "DESC = $desc";
+logit "NOTES = $notes";
logit "CONFOPTS = $confopts";
logit "CPPFLAGS = ".$ENV{CPPFLAGS};
logit "CFLAGS = ".$ENV{CFLAGS};