Skip to content

Commit 4227b50

Browse files
javiercarrascocruzkuba-moo
authored andcommitted
selftests: net: rds: add include.sh to EXTRA_CLEAN
The include.sh file is generated when building the net/rds selftests, but there is no rule to delete it with the clean target. Add the file to EXTRA_CLEAN in order to remove it when required. Reviewed-by: Allison Henderson <allison.henderson@oracle.com> Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com> Link: https://patch.msgid.link/20241005-net-selftests-gitignore-v2-2-3a0b2876394a@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 9c4beb2 commit 4227b50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/testing/selftests/net/rds/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ TEST_PROGS := run.sh \
88

99
TEST_FILES := include.sh
1010

11-
EXTRA_CLEAN := /tmp/rds_logs
11+
EXTRA_CLEAN := /tmp/rds_logs include.sh
1212

1313
include ../../lib.mk

0 commit comments

Comments
 (0)