Message ID | 20210308182830.155784-1-jean-philippe@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | a0d73acc1e4bc1c542701e37b2e0e233fe6a271d |
Headers | show |
Series | [bpf-next] selftests/bpf: Fix typo in Makefile | expand |
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Mon, 8 Mar 2021 19:28:31 +0100 you wrote: > The selftest build fails when trying to install the scripts: > > rsync: [sender] link_stat "tools/testing/selftests/bpf/test_docs_build.sh" failed: No such file or directory (2) > > Fix the filename. > > Fixes: a01d935b2e09 ("tools/bpf: Remove bpf-helpers from bpftool docs") > Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org> > > [...] Here is the summary with links: - [bpf-next] selftests/bpf: Fix typo in Makefile https://git.kernel.org/bpf/bpf-next/c/a0d73acc1e4b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
On Mon, Mar 8, 2021 at 10:29 AM Jean-Philippe Brucker <jean-philippe@linaro.org> wrote: > > The selftest build fails when trying to install the scripts: > > rsync: [sender] link_stat "tools/testing/selftests/bpf/test_docs_build.sh" failed: No such file or directory (2) > > Fix the filename. > > Fixes: a01d935b2e09 ("tools/bpf: Remove bpf-helpers from bpftool docs") > Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org> Thanks for the fix. Acked-by: Joe Stringer <joe@cilium.io>
diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile index b5827464c6b5..c3999587bc23 100644 --- a/tools/testing/selftests/bpf/Makefile +++ b/tools/testing/selftests/bpf/Makefile @@ -68,7 +68,7 @@ TEST_PROGS := test_kmod.sh \ test_bpftool_build.sh \ test_bpftool.sh \ test_bpftool_metadata.sh \ - test_docs_build.sh \ + test_doc_build.sh \ test_xsk.sh TEST_PROGS_EXTENDED := with_addr.sh \
The selftest build fails when trying to install the scripts: rsync: [sender] link_stat "tools/testing/selftests/bpf/test_docs_build.sh" failed: No such file or directory (2) Fix the filename. Fixes: a01d935b2e09 ("tools/bpf: Remove bpf-helpers from bpftool docs") Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org> --- tools/testing/selftests/bpf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)