提交 34fffdb5 编写于 作者: R Richard Levitte

Refuse to run the PYCA external test if configured 'no-shared'

[extended tests]
Reviewed-by: NMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3007)
上级 cd838c65
...@@ -23,6 +23,8 @@ SKIP: { ...@@ -23,6 +23,8 @@ SKIP: {
if ! -f srctop_file("pyca-cryptography", "setup.py"); if ! -f srctop_file("pyca-cryptography", "setup.py");
skip "PYCA tests not available on Windows or VMS", 1 skip "PYCA tests not available on Windows or VMS", 1
if $^O =~ /^(VMS|MSWin32)$/; if $^O =~ /^(VMS|MSWin32)$/;
skip "PYCA tests only available in a shared build", 1
if disabled("shared");
ok(run(cmd(["sh", data_file("cryptography.sh")])), ok(run(cmd(["sh", data_file("cryptography.sh")])),
"running Python Cryptography tests"); "running Python Cryptography tests");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册