From: Balazs Scheidler Date: Sat, 29 Aug 2020 07:04:05 +0000 (+0200) Subject: tests: allow tests/monitor to use a custom nft executable X-Git-Tag: v0.9.7~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3bb98cd10670226de02455f5e45c5a170eec685;p=thirdparty%2Fnftables.git tests: allow tests/monitor to use a custom nft executable Signed-off-by: Balazs Scheidler Signed-off-by: Pablo Neira Ayuso --- diff --git a/tests/monitor/run-tests.sh b/tests/monitor/run-tests.sh index ffb833a7..5a736fc6 100755 --- a/tests/monitor/run-tests.sh +++ b/tests/monitor/run-tests.sh @@ -1,7 +1,7 @@ #!/bin/bash cd $(dirname $0) -nft=../../src/nft +nft=${NFT:-../../src/nft} debug=false test_json=false