Interop test agains PuTTY.

This commit is contained in:
Darren Tucker 2021-04-26 14:29:03 +10:00
parent 095b0307a7
commit a38016d369
2 changed files with 7 additions and 0 deletions

5
.github/configs vendored
View File

@ -135,4 +135,9 @@ fi
CONFIGFLAGS="${CONFIGFLAGS} ${LIBCRYPTOFLAGS}"
if [ -x "$(which plink 2>/dev/null)" ]; then
REGRESS_INTEROP_PUTTY=yes
export REGRESS_INTEROP_PUTTY
fi
export LTESTS SUDO TEST_TARGET TEST_SSH_UNSAFE_PERMISSIONS

2
.github/setup_ci.sh vendored
View File

@ -53,6 +53,7 @@ for TARGET in $TARGETS; do
1.*) INSTALL_OPENSSL="OpenSSL_$(echo ${INSTALL_OPENSSL} | tr . _)" ;;
3.*) INSTALL_OPENSSL="openssl-${INSTALL_OPENSSL}" ;;
esac
PACKAGES="${PACKAGES} putty-tools"
;;
libressl-*)
INSTALL_LIBRESSL=$(echo ${TARGET} | cut -f2 -d-)
@ -60,6 +61,7 @@ for TARGET in $TARGETS; do
master) ;;
*) INSTALL_LIBRESSL="v$(echo ${TARGET} | cut -f2 -d-)" ;;
esac
PACKAGES="${PACKAGES} putty-tools"
;;
valgrind*)
PACKAGES="$PACKAGES valgrind"