From: Hangbin Liu <liuhangbin@gmail.com>
To: Joachim Wiberg <troglobit@gmail.com>
Cc: netdev@vger.kernel.org, Jakub Kicinski <kuba@kernel.org>
Subject: Re: [PATCH net-next 1/1] selftests: forwarding: fix missing backslash
Date: Thu, 19 May 2022 09:47:12 +0800 [thread overview]
Message-ID: <YoWhoNd+Mgi4BITq@Laptop-X1> (raw)
In-Reply-To: <20220518151630.2747773-1-troglobit@gmail.com>
On Wed, May 18, 2022 at 05:16:30PM +0200, Joachim Wiberg wrote:
> Fix missing backslash, introduced in f62c5acc800ee. Causes all tests to
> not be installed.
>
> Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
> ---
> tools/testing/selftests/net/forwarding/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/net/forwarding/Makefile b/tools/testing/selftests/net/forwarding/Makefile
> index b5181b5a8e29..8f481218a492 100644
> --- a/tools/testing/selftests/net/forwarding/Makefile
> +++ b/tools/testing/selftests/net/forwarding/Makefile
> @@ -88,7 +88,7 @@ TEST_PROGS = bridge_igmp.sh \
> vxlan_bridge_1d_port_8472.sh \
> vxlan_bridge_1d.sh \
> vxlan_bridge_1q_ipv6.sh \
> - vxlan_bridge_1q_port_8472_ipv6.sh
> + vxlan_bridge_1q_port_8472_ipv6.sh \
> vxlan_bridge_1q_port_8472.sh \
> vxlan_bridge_1q.sh \
> vxlan_symmetric_ipv6.sh \
> --
> 2.25.1
>
Opps, sorry for the mistake and thanks for your fix.
Acked-by: Hangbin Liu <liuhangbin@gmail.com>
next prev parent reply other threads:[~2022-05-19 1:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-18 15:16 [PATCH net-next 1/1] selftests: forwarding: fix missing backslash Joachim Wiberg
2022-05-19 1:47 ` Hangbin Liu [this message]
2022-05-19 4:40 ` patchwork-bot+netdevbpf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YoWhoNd+Mgi4BITq@Laptop-X1 \
--to=liuhangbin@gmail.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=troglobit@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.