Skip to content

Commit 8ed7cf6

Browse files
liuhangbinkuba-moo
authored andcommitted
selftests: rds: move include.sh to TEST_FILES
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: 3ade6ce ("selftests: rds: add testing infrastructure") Signed-off-by: Hangbin Liu <liuhangbin@gmail.com> Link: https://patch.msgid.link/20240927041349.81216-1-liuhangbin@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 49d14b5 commit 8ed7cf6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

tools/testing/selftests/net/rds/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ all:
44
@echo mk_build_dir="$(shell pwd)" > include.sh
55

66
TEST_PROGS := run.sh \
7-
include.sh \
87
test.py
98

9+
TEST_FILES := include.sh
10+
1011
EXTRA_CLEAN := /tmp/rds_logs
1112

1213
include ../../lib.mk

tools/testing/selftests/net/rds/test.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)