]> git.ipfire.org Git - thirdparty/iptables.git/commit
tests: xlate: Support testing multiple individual files
authorPhil Sutter <phil@nwl.cc>
Wed, 25 Jan 2023 12:52:48 +0000 (13:52 +0100)
committerPhil Sutter <phil@nwl.cc>
Tue, 31 Jan 2023 15:29:26 +0000 (16:29 +0100)
commit13a6bd5bb2c03911dc813e0539c676b10680aa74
tree398c108ea8abd0ab6bfcb81b288d5774d14e1f18
parentb51aef061378b34fa9544b1af34021d89a76547a
tests: xlate: Support testing multiple individual files

Simple use-case: run xlate-test for ebtables-nft:

| % ./xlate-test.py extensions/libebt_*.txlate

The script interpreted all parameters as a single file.

Signed-off-by: Phil Sutter <phil@nwl.cc>
xlate-test.py