[rds-devel] [PATCH] selftests: rds: Remove include.sh when make clean
Allison Henderson
allison.henderson at oracle.com
Thu Oct 3 22:16:10 UTC 2024
On Fri, 2024-09-27 at 12:49 +0800, zhangjiao2 wrote:
> From: zhang jiao <zhangjiao2 at cmss.chinamobile.com>
>
> Remove include.sh when make clean
>
> Signed-off-by: zhang jiao <zhangjiao2 at 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
More information about the rds-devel
mailing list