Add keytype to bigendian interop test.

This commit is contained in:
Darren Tucker 2024-11-09 03:26:08 +11:00
parent 50ac0f0e06
commit d2709c4613
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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'