From a740ba811a70c318aee0410d42e4fa74e104c440 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 6 Nov 2024 15:24:45 +0100 Subject: Makefile.am: Revert to old serial test harness Running the different testsuites in parallel is dangerous since despite running in different netns, legacy iptables still synchronizes via the common XTABLES_LOCKFILE. Fixes: e1eaa04e31e44 ("Makefile.am: Integrate testsuites") Signed-off-by: Phil Sutter --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 299ab46d..d0ba059c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # -*- Makefile -*- ACLOCAL_AMFLAGS = -I m4 -AUTOMAKE_OPTIONS = foreign subdir-objects dist-xz no-dist-gzip +AUTOMAKE_OPTIONS = foreign subdir-objects dist-xz no-dist-gzip serial-tests SUBDIRS = libiptc libxtables if ENABLE_DEVEL -- cgit v1.2.3