diff options
author | Phil Sutter <phil@nwl.cc> | 2024-11-06 15:24:45 +0100 |
---|---|---|
committer | Phil Sutter <phil@nwl.cc> | 2024-11-06 17:41:55 +0100 |
commit | a740ba811a70c318aee0410d42e4fa74e104c440 (patch) | |
tree | 5b9bfbfd61fe98d6e797b622a1580af93e08280e | |
parent | 79787c6eaeed3e1164d2ad87d3c82329bfbd885a (diff) |
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 <phil@nwl.cc>
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |