Add support for -H/--host flag to use 'nft' tool from $PATH instead of the local one. Signed-off-by: Phil Sutter <phil@xxxxxx> --- tests/monitor/run-tests.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/monitor/run-tests.sh b/tests/monitor/run-tests.sh index efacdaaab952b..ffb833a7f86f0 100755 --- a/tests/monitor/run-tests.sh +++ b/tests/monitor/run-tests.sh @@ -119,6 +119,10 @@ while [ -n "$1" ]; do test_json=true shift ;; + -H|--host) + nft=nft + shift + ;; testcases/*.t) testcases+=" $1" shift -- 2.24.1