summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-09-29 18:53:32 +1000
committerDarren Tucker <dtucker@dtucker.net>2021-09-29 18:53:32 +1000
commit958aaa0387133d51f84fe9c8f30bca03025f2867 (patch)
treea4d50d9e799cbd9ad980369f47219ce12759d112
parent55c8bdf6e9afb0f9fa8e4f10c25c7f0081b48fd0 (diff)
Skip file-based tests by default on Mac OS.
The file-based tests need OpenSSL so skip them.
-rwxr-xr-x.github/configs1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/configs b/.github/configs
index b0ce19db..d9eb54d7 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