[openssh-commits] [openssh] 01/01: Skip file-based tests by default on Mac OS.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Sep 29 18:54:34 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 958aaa0387133d51f84fe9c8f30bca03025f2867
Author: Darren Tucker <dtucker at dtucker.net>
Date: Wed Sep 29 18:53:32 2021 +1000
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 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
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list