Skip to content

Commit

Permalink
testcurl.pl: log the value of --runtestopts in the test header
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Jul 16, 2014
1 parent 1abc42b commit 6ffc113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testcurl.pl
Expand Up @@ -333,6 +333,7 @@ sub get_host_triplet {
logit "DESC = $desc";
logit "NOTES = $notes";
logit "CONFOPTS = $confopts";
logit "RUNTESTOPTS = ".$runtestopts;
logit "CPPFLAGS = ".$ENV{CPPFLAGS};
logit "CFLAGS = ".$ENV{CFLAGS};
logit "LDFLAGS = ".$ENV{LDFLAGS};
Expand Down

0 comments on commit 6ffc113

Please sign in to comment.