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 <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 49d14b5 commit 8ed7cf6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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)