From 3865dd8c18ff60a25f65890409906b9f1256b70c Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 23:36:14 +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