From c5db310c715a7b461e5f1a4bc0d7b36ce3c9e598 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Feb 04 2021 16:14:02 +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