Message ID | 20220518151630.2747773-1-troglobit@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 090f9dd092c6c2e9e4b9d0472b8d8628e4b851cb |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next,1/1] selftests: forwarding: fix missing backslash | expand |
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>
Hello: This patch was applied to netdev/net.git (master) by Jakub Kicinski <kuba@kernel.org>: On Wed, 18 May 2022 17:16:30 +0200 you 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(-) Here is the summary with links: - [net-next,1/1] selftests: forwarding: fix missing backslash https://git.kernel.org/netdev/net/c/090f9dd092c6 You are awesome, thank you!
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 \
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(-)