From: Phil Sutter Date: Wed, 6 Nov 2024 14:24:45 +0000 (+0100) Subject: Makefile.am: Revert to old serial test harness X-Git-Tag: v1.8.11~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a740ba811a70c318aee0410d42e4fa74e104c440;p=thirdparty%2Fiptables.git 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 --- 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