[openssh-commits] [openssh] 05/07: Interop test agains PuTTY.
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Apr 26 17:06:05 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 a38016d369d21df5d35f761f2b67e175e132ba22
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Apr 26 14:29:03 2021 +1000
Interop test agains PuTTY.
---
.github/configs | 5 +++++
.github/setup_ci.sh | 2 ++
2 files changed, 7 insertions(+)
diff --git a/.github/configs b/.github/configs
index df7ae28c..44b607a3 100755
--- a/.github/configs
+++ b/.github/configs
@@ -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
diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index 56950252..72b545ce 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -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"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list