Skip to content

Commit

Permalink
Refuse to run the PYCA external test if configured 'no-shared'
Browse files Browse the repository at this point in the history
[extended tests]

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from #3007)
  • Loading branch information
levitte committed Mar 21, 2017
1 parent cd838c6 commit 34fffdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/recipes/95-test_external_pyca.t
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ SKIP: {
if ! -f srctop_file("pyca-cryptography", "setup.py");
skip "PYCA tests not available on Windows or VMS", 1
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")])),
"running Python Cryptography tests");
Expand Down

0 comments on commit 34fffdb

Please sign in to comment.