testcurl.pl: log the value of --runtestopts in the test header

This commit is contained in:
Dan Fandrich 2014-07-17 00:00:23 +02:00
parent 1abc42b26c
commit 6ffc113ceb

View File

@ -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};