From 3c7e452f54ae70175709bb7f509025f8b7aa7434 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 23:37:01 +0000 Subject: Apply patch 0014-tests-monitor-Support-testing-host-s-nft-binary.patch patch_name: 0014-tests-monitor-Support-testing-host-s-nft-binary.patch present_in_specfile: true location_in_specfile: 14 --- 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