aboutsummaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2005-12-13 19:07:33 +0000
committerDan Fandrich <dan@coneharvesters.com>2005-12-13 19:07:33 +0000
commit6005a461bb76b2b5649cf4a63f67252a26f50f19 (patch)
treecf459fd509bf3e4134fc768b880e43c03c028a86 /tests/testcurl.pl
parente2df946eee5cc05ff11d841fae8afdc9ad5d4852 (diff)
Log CPPFLAGS environment variable along with the others.
Diffstat (limited to 'tests/testcurl.pl')
-rwxr-xr-xtests/testcurl.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testcurl.pl b/tests/testcurl.pl
index 8f5072bc2..e1b9f64a1 100755
--- a/tests/testcurl.pl
+++ b/tests/testcurl.pl
@@ -264,6 +264,7 @@ logit "NAME = $name";
logit "EMAIL = $email";
logit "DESC = $desc";
logit "CONFOPTS = $confopts";
+logit "CPPFLAGS = ".$ENV{CPPFLAGS};
logit "CFLAGS = ".$ENV{CFLAGS};
logit "LDFLAGS = ".$ENV{LDFLAGS};
logit "CC = ".$ENV{CC};