From: Dan Fandrich Date: Wed, 16 Jul 2014 22:00:23 +0000 (+0200) Subject: testcurl.pl: log the value of --runtestopts in the test header X-Git-Tag: curl-7_38_0~207 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ffc113cebcc8cdaa7f1ef227c9505c5449b8301;p=thirdparty%2Fcurl.git testcurl.pl: log the value of --runtestopts in the test header --- diff --git a/tests/testcurl.pl b/tests/testcurl.pl index f71f6d71eb..e814cd5994 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -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};