diff --git a/tests/monitor/run-tests.sh b/tests/monitor/run-tests.sh index efacdaa..ffb833a 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