Skip to content

Commit c89a2d6

Browse files
committed
tests: Enable debug logging in t/ssl-validate.pl
1 parent 3f3b8cf commit c89a2d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

t/ssl-validate.pl

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ BEGIN
77
}
88
use ddclient::t::ip;
99

10+
local $ddclient::globals{debug} = 1;
11+
local $ddclient::globals{verbose} = 1;
12+
1013
httpd_ssl_required();
1114

1215
# Note: $ddclient::globals{'ssl_ca_file'} is intentionally NOT set to "$certdir/dummy-ca-cert.pem"
@@ -70,6 +73,7 @@ BEGIN
7073
);
7174

7275
for my $tc (@test_cases) {
76+
local $ddclient::_l = ddclient::pushlogctx($tc->{desc});
7377
SKIP: {
7478
skip("IPv6 not supported on this system", 1) if $tc->{ipv6} && !$ipv6_supported;
7579
skip("HTTP::Daemon too old for IPv6 support", 1) if $tc->{ipv6} && !$httpd_ipv6_supported;

0 commit comments

Comments
 (0)