]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
testcurl.pl: log the value of --runtestopts in the test header
authorDan Fandrich <dan@coneharvesters.com>
Wed, 16 Jul 2014 22:00:23 +0000 (00:00 +0200)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 16 Jul 2014 22:00:23 +0000 (00:00 +0200)
tests/testcurl.pl

index f71f6d71eb8c6036baad34f315e424f4f4f131d3..e814cd599416b621c7ff34d9f68a0e4dc20c06f1 100755 (executable)
@@ -333,6 +333,7 @@ logit "EMAIL = $email";
 logit "DESC = $desc";
 logit "NOTES = $notes";
 logit "CONFOPTS = $confopts";
+logit "RUNTESTOPTS = ".$runtestopts;
 logit "CPPFLAGS = ".$ENV{CPPFLAGS};
 logit "CFLAGS = ".$ENV{CFLAGS};
 logit "LDFLAGS = ".$ENV{LDFLAGS};