[openssh-commits] [openssh] 01/01: Skip scp3 tests on all dfly58 and 60 configs.

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Aug 15 12:45:57 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 7909a566f6c6a78fcd30708dc49f4e4f9bb80ce3
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sun Aug 15 12:45:10 2021 +1000

    Skip scp3 tests on all dfly58 and 60 configs.
---
 .github/configs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/configs b/.github/configs
index f6de7d68..813dd0f7 100755
--- a/.github/configs
+++ b/.github/configs
@@ -114,7 +114,7 @@ case "$config" in
 esac
 
 case "${TARGET_HOST}" in
-    dfly58|dfly60)
+    dfly58*|dfly60*)
 	# scp 3-way connection hangs on these so skip until sorted.
 	SKIP_LTESTS=scp3
 	;;

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


More information about the openssh-commits mailing list