[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <161305740678.13437.18186613523777295983.git-patchwork-notify@kernel.org>
Date: Thu, 11 Feb 2021 15:30:06 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Björn Töpel <bjorn.topel@...il.com>@ci.codeaurora.org
Cc: ast@...nel.org, daniel@...earbox.net, netdev@...r.kernel.org,
bpf@...r.kernel.org, bjorn.topel@...el.com, u9012063@...il.com,
rdunlap@...radead.org, andrii.nakryiko@...il.com, andrii@...nel.org
Subject: Re: [PATCH bpf v4] selftests/bpf: convert test_xdp_redirect.sh to bash
Hello:
This patch was applied to bpf/bpf.git (refs/heads/master):
On Thu, 11 Feb 2021 09:20:29 +0100 you wrote:
> From: Björn Töpel <bjorn.topel@...el.com>
>
> The test_xdp_redirect.sh script uses a bash feature, '&>'. On systems,
> e.g. Debian, where '/bin/sh' is dash, this will not work as
> expected. Use bash in the shebang to get the expected behavior.
>
> Further, using 'set -e' means that the error of a command cannot be
> captured without the command being executed with '&&' or '||'. Let us
> restructure the ping-commands, and use them as an if-expression, so
> that we can capture the return value.
>
> [...]
Here is the summary with links:
- [bpf,v4] selftests/bpf: convert test_xdp_redirect.sh to bash
https://git.kernel.org/bpf/bpf/c/732fa3233066
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists