]> git.ipfire.org Git - thirdparty/nftables.git/commit
tests/py: Allow passing multiple files to nft-test.py
authorPhil Sutter <phil@nwl.cc>
Tue, 10 Apr 2018 17:00:26 +0000 (19:00 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 11 Apr 2018 07:57:28 +0000 (09:57 +0200)
commitc7248b3df44ba67c3fad84a48837fe7205165657
tree66d30bea115716e8bdfd1567c90a459c029d2500
parent820fd08b5f1d43053c5ecb54549a864a8083dd9d
tests/py: Allow passing multiple files to nft-test.py

This allows to run the testsuite over a subset of test cases, e.g. like
so:

| ./nft-test.py bridge/*.t

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
tests/py/nft-test.py