Re: [PATCH net] selftests: rds: move include.sh to TEST_FILES

2024-11-22 Thread Hangbin Liu
On Fri, Nov 22, 2024 at 03:01:29PM +, Maximilian Heyne wrote: > Hi Hangbin, > > On Fri, Sep 27, 2024 at 12:13:49PM +0800, Hangbin Liu wrote: > > The include.sh file is generated for inclusion and should not be executable. > > Otherwise, it will be added to kselftest-list.txt. Additionally, add

Re: [PATCH net] selftests: rds: move include.sh to TEST_FILES

2024-11-22 Thread Maximilian Heyne
Hi Hangbin, On Fri, Sep 27, 2024 at 12:13:49PM +0800, Hangbin Liu wrote: > The include.sh file is generated for inclusion and should not be executable. > Otherwise, it will be added to kselftest-list.txt. Additionally, add the > executable bit for test.py at the same time to ensure proper function

Re: [PATCH net] selftests: rds: move include.sh to TEST_FILES

2024-10-02 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Fri, 27 Sep 2024 12:13:49 +0800 you wrote: > The include.sh file is generated for inclusion and should not be executable. > Otherwise, it will be added to kselftest-list.txt. Additionally, add the > executable bit for t

[PATCH net] selftests: rds: move include.sh to TEST_FILES

2024-09-26 Thread Hangbin Liu
The include.sh file is generated for inclusion and should not be executable. Otherwise, it will be added to kselftest-list.txt. Additionally, add the executable bit for test.py at the same time to ensure proper functionality. Fixes: 3ade6ce1255e ("selftests: rds: add testing infrastructure") Signe