tests: Enable debug logging in t/ssl-validate.pl
This commit is contained in:
parent
3f3b8cf825
commit
c89a2d6186
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,9 @@ BEGIN {
|
|||
}
|
||||
use ddclient::t::ip;
|
||||
|
||||
local $ddclient::globals{debug} = 1;
|
||||
local $ddclient::globals{verbose} = 1;
|
||||
|
||||
httpd_ssl_required();
|
||||
|
||||
# Note: $ddclient::globals{'ssl_ca_file'} is intentionally NOT set to "$certdir/dummy-ca-cert.pem"
|
||||
|
@ -70,6 +73,7 @@ my @test_cases = (
|
|||
);
|
||||
|
||||
for my $tc (@test_cases) {
|
||||
local $ddclient::_l = ddclient::pushlogctx($tc->{desc});
|
||||
SKIP: {
|
||||
skip("IPv6 not supported on this system", 1) if $tc->{ipv6} && !$ipv6_supported;
|
||||
skip("HTTP::Daemon too old for IPv6 support", 1) if $tc->{ipv6} && !$httpd_ipv6_supported;
|
||||
|
|
Loading…
Reference in a new issue