]> git.ipfire.org Git - thirdparty/iptables.git/commit
Makefile.am: Revert to old serial test harness
authorPhil Sutter <phil@nwl.cc>
Wed, 6 Nov 2024 14:24:45 +0000 (15:24 +0100)
committerPhil Sutter <phil@nwl.cc>
Wed, 6 Nov 2024 16:41:55 +0000 (17:41 +0100)
commita740ba811a70c318aee0410d42e4fa74e104c440
tree5b9bfbfd61fe98d6e797b622a1580af93e08280e
parent79787c6eaeed3e1164d2ad87d3c82329bfbd885a
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>
Makefile.am