[openssh-commits] [openssh] 02/02: Don't run compat-tests on V_9_1 branch.

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Nov 8 17:09:31 AEDT 2022


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch V_9_1
in repository openssh.

commit 92351b2203d568a852bd8559b380d4595e00ea2d
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Tue Nov 8 17:07:45 2022 +1100

    Don't run compat-tests on V_9_1 branch.
    
    The requisite fixes did not go into the main branch until after V_9_1
    was branched.
---
 .github/configs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/configs b/.github/configs
index d3171a83..b54ed3a9 100755
--- a/.github/configs
+++ b/.github/configs
@@ -12,7 +12,7 @@ config=$1
 
 unset CC CFLAGS CPPFLAGS LDFLAGS LTESTS SUDO
 
-TEST_TARGET="tests compat-tests"
+TEST_TARGET="tests"
 LTESTS=""
 SKIP_LTESTS=""
 SUDO=sudo	# run with sudo by default

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


More information about the openssh-commits mailing list