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.
This commit is contained in:
Darren Tucker
2022-12-17 00:03:00 +11:00
parent f6eb3ece86
commit 25da42589e
+1 -1
View File
@@ -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