Re: [PATCH nftables v2 5/5] tests: allow tests/monitor to use a custom nft executable

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Aug 29, 2020 at 09:04:05AM +0200, Balazs Scheidler wrote:
> Signed-off-by: Balazs Scheidler <bazsi77@xxxxxxxxx>
> ---
>  tests/monitor/run-tests.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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

IIRC, Stefano mentioned this might break valgrind due to lack of
quotes?

Thanks.



[Index of Archives]     [Netfitler Users]     [Berkeley Packet Filter]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux