[openssh-commits] [openssh] 01/01: Specify test target if we build without OpenSSL.

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Mar 26 14:41:03 AEDT 2023


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 4a948b1469f185e871160a2d70e2a0fce2858f9e
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sun Mar 26 14:39:45 2023 +1100

    Specify test target if we build without OpenSSL.
    
    When we decide we can't use the versions of OpenSSL available, also
    restrict the tests we run to avoid the ones that need OpenSSL.
---
 .github/configs | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/configs b/.github/configs
index cf1988d7..963d806f 100755
--- a/.github/configs
+++ b/.github/configs
@@ -313,6 +313,9 @@ if [ -z "${LIBCRYPTOFLAGS}" ]; then
 			*) LIBCRYPTOFLAGS="--with-ssl-dir=${i}" ;;
 		esac
 	done
+	if [ "${LIBCRYPTOFLAGS}" = "--without-openssl" ]; then
+		TEST_TARGET="t-exec"
+	fi
 fi
 
 CONFIGFLAGS="${CONFIGFLAGS} ${LIBCRYPTOFLAGS}"

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list