The branch master has been updated
       via  302eba3f6dd588f1269aba4605a007ae86b583db (commit)
      from  6969a3f49ae63c8a4fd543a121511a1f0eb64a5e (commit)


- Log -----------------------------------------------------------------
commit 302eba3f6dd588f1269aba4605a007ae86b583db
Author: Richard Levitte <[email protected]>
Date:   Mon Aug 28 15:41:49 2017 +0200

    If 'tests' is disabled, then so should 'external-tests'
    
    Reviewed-by: Ben Kaduk <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/4274)

-----------------------------------------------------------------------

Summary of changes:
 Configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Configure b/Configure
index 60dc1f4..57cdeb3 100755
--- a/Configure
+++ b/Configure
@@ -516,6 +516,7 @@ my @disable_cascades = (
 
     "stdio"             => [ "apps", "capieng" ],
     "apps"              => [ "tests" ],
+    "tests"             => [ "external-tests" ],
     "comp"              => [ "zlib" ],
     "ec"                => [ "tls1_3" ],
     sub { !$disabled{"unit-test"} } => [ "heartbeats" ],
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to