[openssh-commits] [openssh] 02/04: Add keytype to bigendian interop test.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Nov 10 12:26:13 AEDT 2024
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit d2709c461359e4129311cdff81ee05242d6c53cd
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Sat Nov 9 03:26:08 2024 +1100
Add keytype to bigendian interop test.
---
.github/workflows/selfhosted.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 926ca1da..22bf2fb2 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -180,7 +180,7 @@ jobs:
echo "#!/bin/sh" >remote_sshd
echo "exec /usr/bin/ssh ${TARGET_DOMAIN} exec /home/builder/$(basename ${GITHUB_WORKSPACE})/sshd "'$@' >>remote_sshd
chmod 755 remote_sshd
- make t-exec TEST_SSH_SSHD=`pwd`/remote_sshd LTESTS="try-ciphers kextype"
+ make t-exec TEST_SSH_SSHD=`pwd`/remote_sshd LTESTS="try-ciphers kextype keytype"
- name: bigendian interop - save logs
if: failure() && env.BIGENDIAN == 'true'
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list