diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2014-07-17 00:00:23 +0200 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2014-07-17 00:00:23 +0200 |
commit | 6ffc113cebcc8cdaa7f1ef227c9505c5449b8301 (patch) | |
tree | c95e7c55e95d91138498a6d5d510bb9d22363552 /tests/testcurl.pl | |
parent | 1abc42b26c9d965b76b31a04faa4638689d16680 (diff) | |
download | curl-6ffc113cebcc8cdaa7f1ef227c9505c5449b8301.tar.gz |
testcurl.pl: log the value of --runtestopts in the test header
Diffstat (limited to 'tests/testcurl.pl')
-rwxr-xr-x | tests/testcurl.pl | 1 |
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}; |