Message ID | 20220824184351.3759862-1-adel.abushaev@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 88e500affe72fb704c4f201974b5199ca6f51e6c |
Headers | show |
Series | [net-next] Fix reinitialization of TEST_PROGS in net self tests. | expand |
On 8/24/22 12:43 PM, Adel Abouchaev wrote: > Fix reinitialization of TEST_PROGS in net self tests. > > Signed-off-by: Adel Abouchaev <adel.abushaev@gmail.com> > --- > tools/testing/selftests/net/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile > index 11a288b67e2f..4a5978eab848 100644 > --- a/tools/testing/selftests/net/Makefile > +++ b/tools/testing/selftests/net/Makefile > @@ -42,7 +42,7 @@ TEST_PROGS += arp_ndisc_evict_nocarrier.sh > TEST_PROGS += ndisc_unsolicited_na_test.sh > TEST_PROGS += arp_ndisc_untracked_subnets.sh > TEST_PROGS += stress_reuseport_listen.sh > -TEST_PROGS := l2_tos_ttl_inherit.sh > +TEST_PROGS += l2_tos_ttl_inherit.sh > TEST_PROGS_EXTENDED := in_netns.sh setup_loopback.sh setup_veth.sh > TEST_PROGS_EXTENDED += toeplitz_client.sh toeplitz.sh > TEST_GEN_FILES = socket nettest > Thank you for fixing this. I am seeing these types of bugs recently Have to careful with := vs += Reviewed-by: Shuah Khan <skhan@linuxfoundation.org> thanks, -- Shuah
Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Wed, 24 Aug 2022 11:43:51 -0700 you wrote: > Fix reinitialization of TEST_PROGS in net self tests. > > Signed-off-by: Adel Abouchaev <adel.abushaev@gmail.com> > --- > tools/testing/selftests/net/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - [net-next] Fix reinitialization of TEST_PROGS in net self tests. https://git.kernel.org/netdev/net-next/c/88e500affe72 You are awesome, thank you!
diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile index 11a288b67e2f..4a5978eab848 100644 --- a/tools/testing/selftests/net/Makefile +++ b/tools/testing/selftests/net/Makefile @@ -42,7 +42,7 @@ TEST_PROGS += arp_ndisc_evict_nocarrier.sh TEST_PROGS += ndisc_unsolicited_na_test.sh TEST_PROGS += arp_ndisc_untracked_subnets.sh TEST_PROGS += stress_reuseport_listen.sh -TEST_PROGS := l2_tos_ttl_inherit.sh +TEST_PROGS += l2_tos_ttl_inherit.sh TEST_PROGS_EXTENDED := in_netns.sh setup_loopback.sh setup_veth.sh TEST_PROGS_EXTENDED += toeplitz_client.sh toeplitz.sh TEST_GEN_FILES = socket nettest
Fix reinitialization of TEST_PROGS in net self tests. Signed-off-by: Adel Abouchaev <adel.abushaev@gmail.com> --- tools/testing/selftests/net/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)