[openssh-commits] [openssh] 01/02: Skip scp3 test on dragonfly 58 and 60.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Aug 13 13:47:38 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 e0ba38861c490c680117b7fe0a1d61a181cd00e7
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Aug 13 13:00:14 2021 +1000

    Skip scp3 test on dragonfly 58 and 60.
    
    The tests hang, so skip until we figure them out.
---
 .github/configs | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/configs b/.github/configs
index 3a7f6287..f6de7d68 100755
--- a/.github/configs
+++ b/.github/configs
@@ -114,6 +114,10 @@ case "$config" in
 esac
 
 case "${TARGET_HOST}" in
+    dfly58|dfly60)
+	# scp 3-way connection hangs on these so skip until sorted.
+	SKIP_LTESTS=scp3
+	;;
     minix3)
 	CC="clang"
 	LIBCRYPTOFLAGS="--without-openssl"

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list