summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
b83ace3)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3400)
setup("test_external_krb5");
setup("test_external_krb5");
-plan skip_all "No external tests in this configuration"
+plan skip_all => "No external tests in this configuration"
if disabled("external-tests");
if disabled("external-tests");
-plan skip_all "krb5 not available"
+plan skip_all => "krb5 not available"
if ! -f srctop_file("krb5", "README");
plan tests => 1;
if ! -f srctop_file("krb5", "README");
plan tests => 1;
plan skip_all => "No external tests in this configuration"
if disabled("external-tests");
plan skip_all => "No external tests in this configuration"
if disabled("external-tests");
-plan skip_all "PYCA tests not available on Windows or VMS"
+plan skip_all => "PYCA tests not available on Windows or VMS"
if $^O =~ /^(VMS|MSWin32)$/;
if $^O =~ /^(VMS|MSWin32)$/;
-plan skip_all "PYCA Cryptography not available"
+plan skip_all => "PYCA Cryptography not available"
if ! -f srctop_file("pyca-cryptography", "setup.py");
if ! -f srctop_file("pyca-cryptography", "setup.py");
-plan skip_all "PYCA tests only available in a shared build"
+plan skip_all => "PYCA tests only available in a shared build"
if disabled("shared");
plan tests => 1;
if disabled("shared");
plan tests => 1;