Skip to content

Commit

Permalink
selftests: net: rds: add include.sh to EXTRA_CLEAN
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Javier Carrasco authored and Jakub Kicinski committed Oct 8, 2024
1 parent 9c4beb2 commit 4227b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/net/rds/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ TEST_PROGS := run.sh \

TEST_FILES := include.sh

EXTRA_CLEAN := /tmp/rds_logs
EXTRA_CLEAN := /tmp/rds_logs include.sh

include ../../lib.mk

0 comments on commit 4227b50

Please sign in to comment.