Commit 302eba3f authored by Richard Levitte's avatar Richard Levitte
Browse files

If 'tests' is disabled, then so should 'external-tests'

parent 6969a3f4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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" ],