]> git.ipfire.org Git - thirdparty/nftables.git/commit
tests: build: Avoid a recursive 'make check' run
authorPhil Sutter <phil@nwl.cc>
Thu, 4 Sep 2025 11:47:21 +0000 (13:47 +0200)
committerPhil Sutter <phil@nwl.cc>
Thu, 11 Sep 2025 16:11:53 +0000 (18:11 +0200)
commit106f31543492a2dbdb63e2230a334fc6404f056b
tree407140be20d805ed8e92f5033a8e6f8a1aade4c6
parent7c05001f9d052cdbdc8eb1e96d0b972f4726b885
tests: build: Avoid a recursive 'make check' run

When called by 'make check', the test suite runs with a MAKEFLAGS
variable in environment which defines TEST_LOGS variable with the test
suites' corresponding logs as value. This in turn causes the called
'make distcheck' to run test suites although it is not supposed to.

Signed-off-by: Phil Sutter <phil@nwl.cc>
tests/build/run-tests.sh