aboutsummaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2014-07-17 00:00:23 +0200
committerDan Fandrich <dan@coneharvesters.com>2014-07-17 00:00:23 +0200
commit6ffc113cebcc8cdaa7f1ef227c9505c5449b8301 (patch)
treec95e7c55e95d91138498a6d5d510bb9d22363552 /tests/testcurl.pl
parent1abc42b26c9d965b76b31a04faa4638689d16680 (diff)
testcurl.pl: log the value of --runtestopts in the test header
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 f71f6d71e..e814cd599 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};