[openssh-commits] [openssh] 01/01: Remove compat from the default tests.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Dec 17 00:07:05 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 25da42589e895da96bb0de19d983bdb6712bf936
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sat Dec 17 00:03:00 2022 +1100
Remove compat from the default tests.
The Makefile changes to get the compat tests to work went in after
the V_9_1 branch, so don't test those on this branch.
---
.github/configs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/configs b/.github/configs
index 49b53d43..da2e8098 100755
--- a/.github/configs
+++ b/.github/configs
@@ -15,7 +15,7 @@ fi
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