mirror of git://anongit.mindrot.org/openssh.git
Add keytype to bigendian interop test.
This commit is contained in:
parent
50ac0f0e06
commit
d2709c4613
|
@ -180,7 +180,7 @@ jobs:
|
||||||
echo "#!/bin/sh" >remote_sshd
|
echo "#!/bin/sh" >remote_sshd
|
||||||
echo "exec /usr/bin/ssh ${TARGET_DOMAIN} exec /home/builder/$(basename ${GITHUB_WORKSPACE})/sshd "'$@' >>remote_sshd
|
echo "exec /usr/bin/ssh ${TARGET_DOMAIN} exec /home/builder/$(basename ${GITHUB_WORKSPACE})/sshd "'$@' >>remote_sshd
|
||||||
chmod 755 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
|
- name: bigendian interop - save logs
|
||||||
if: failure() && env.BIGENDIAN == 'true'
|
if: failure() && env.BIGENDIAN == 'true'
|
||||||
|
|
Loading…
Reference in New Issue