]> git.ipfire.org Git - thirdparty/iptables.git/commit
xlate-test: Support testing host binaries
authorPhil Sutter <phil@nwl.cc>
Tue, 19 Feb 2019 19:39:49 +0000 (20:39 +0100)
committerFlorian Westphal <fw@strlen.de>
Fri, 22 Feb 2019 15:52:46 +0000 (16:52 +0100)
commit59372f0c4f2e93b7633ab418536874343e023db7
tree59ae4bbd6e0e3e66babca709d7b141f06d066353
parentd68672a641439b72bccfcb39d50f26fe3f915c19
xlate-test: Support testing host binaries

Introduce --host parameter to run the testsuite against host's binaries
instead of built ones.

Apparently, extending PATH variable in main() was redundant with
explicit full path call in run_test() so drop the former.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Florian Westphal <fw@strlen.de>
xlate-test.py