From c3bb98cd10670226de02455f5e45c5a170eec685 Mon Sep 17 00:00:00 2001 From: Balazs Scheidler Date: Sat, 29 Aug 2020 09:04:05 +0200 Subject: tests: allow tests/monitor to use a custom nft executable Signed-off-by: Balazs Scheidler Signed-off-by: Pablo Neira Ayuso --- tests/monitor/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/monitor') 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 -- cgit v1.2.3