]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Specify test target if we build without OpenSSL.
authorDarren Tucker <dtucker@dtucker.net>
Sun, 26 Mar 2023 03:39:45 +0000 (14:39 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Sun, 26 Mar 2023 03:39:45 +0000 (14:39 +1100)
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

index cf1988d71ed36dfabfb47fb97040926a501e2196..963d806f1b7c4a7acaa140a229f907c27c34154d 100755 (executable)
@@ -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}"