diff mbox series

selftests: rds: Remove include.sh when make clean

Message ID 20240927044923.12814-1-zhangjiao2@cmss.chinamobile.com (mailing list archive)
State Not Applicable
Headers show
Series selftests: rds: Remove include.sh when make clean | expand

Commit Message

zhangjiao2 Sept. 27, 2024, 4:49 a.m. UTC
From: zhang jiao <zhangjiao2@cmss.chinamobile.com>

Remove include.sh when make clean

Signed-off-by: zhang jiao <zhangjiao2@cmss.chinamobile.com>
---
 tools/testing/selftests/net/rds/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jakub Kicinski Oct. 3, 2024, 12:23 a.m. UTC | #1
On Fri, 27 Sep 2024 12:49:23 +0800 zhangjiao2 wrote:
> From: zhang jiao <zhangjiao2@cmss.chinamobile.com>
> 
> Remove include.sh when make clean

I don't understand why. At the very least you need to improve the
commit message.
Allison Henderson Oct. 3, 2024, 10:16 p.m. UTC | #2
On Fri, 2024-09-27 at 12:49 +0800, zhangjiao2 wrote:
> From: zhang jiao <zhangjiao2@cmss.chinamobile.com>
> 
> Remove include.sh when make clean
> 
> Signed-off-by: zhang jiao <zhangjiao2@cmss.chinamobile.com>

Hi Zhang,

Thanks for the patch, but it looks like Javier submitted the same fix
around the same time.  

https://patchwork.kernel.org/project/linux-rdma/patch/20240924-selftests-gitignore-v1-2-9755ac883388@gmail.com/
I've already given the rvb the other version, but thank you for
catching this anyway!

Allison

> ---
>  tools/testing/selftests/net/rds/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/net/rds/Makefile
> b/tools/testing/selftests/net/rds/Makefile
> index da9714bc7aad..0b697669ea51 100644
> --- a/tools/testing/selftests/net/rds/Makefile
> +++ b/tools/testing/selftests/net/rds/Makefile
> @@ -7,6 +7,6 @@ TEST_PROGS := run.sh \
>         include.sh \
>         test.py
>  
> -EXTRA_CLEAN := /tmp/rds_logs
> +EXTRA_CLEAN := /tmp/rds_logs include.sh
>  
>  include ../../lib.mk
diff mbox series

Patch

diff --git a/tools/testing/selftests/net/rds/Makefile b/tools/testing/selftests/net/rds/Makefile
index da9714bc7aad..0b697669ea51 100644
--- a/tools/testing/selftests/net/rds/Makefile
+++ b/tools/testing/selftests/net/rds/Makefile
@@ -7,6 +7,6 @@  TEST_PROGS := run.sh \
 	include.sh \
 	test.py
 
-EXTRA_CLEAN := /tmp/rds_logs
+EXTRA_CLEAN := /tmp/rds_logs include.sh
 
 include ../../lib.mk