]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Remove compat from the default tests.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 16 Dec 2022 13:03:00 +0000 (00:03 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 16 Dec 2022 13:03:00 +0000 (00:03 +1100)
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

index 49b53d43c63d8aeb27bdc23cc4c2e2fe1bcc15e9..da2e80980eedd3ec295be3f8ff7b0cd916f699f9 100755 (executable)
@@ -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