We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
t/ssl-validate.pl
1 parent 3f3b8cf commit c89a2d6Copy full SHA for c89a2d6
t/ssl-validate.pl
@@ -7,6 +7,9 @@ BEGIN
7
}
8
use ddclient::t::ip;
9
10
+local $ddclient::globals{debug} = 1;
11
+local $ddclient::globals{verbose} = 1;
12
+
13
httpd_ssl_required();
14
15
# Note: $ddclient::globals{'ssl_ca_file'} is intentionally NOT set to "$certdir/dummy-ca-cert.pem"
@@ -70,6 +73,7 @@ BEGIN
70
73
);
71
74
72
75
for my $tc (@test_cases) {
76
+ local $ddclient::_l = ddclient::pushlogctx($tc->{desc});
77
SKIP: {
78
skip("IPv6 not supported on this system", 1) if $tc->{ipv6} && !$ipv6_supported;
79
skip("HTTP::Daemon too old for IPv6 support", 1) if $tc->{ipv6} && !$httpd_ipv6_supported;
0 commit comments