From 958aaa0387133d51f84fe9c8f30bca03025f2867 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Wed, 29 Sep 2021 18:53:32 +1000 Subject: [PATCH] Skip file-based tests by default on Mac OS. The file-based tests need OpenSSL so skip them. --- .github/configs | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/configs b/.github/configs index b0ce19db6..d9eb54d7e 100755 --- a/.github/configs +++ b/.github/configs @@ -159,6 +159,7 @@ esac case $(./config.guess) in *-darwin*) LIBCRYPTOFLAGS="--without-openssl" + TEST_TARGET=t-exec ;; esac