Skip to content

Commit 663a917

Browse files
liuhangbinPaolo Abeni
authored andcommitted
selftests: rds: move test.py to TEST_FILES
The test.py should not be run separately. It should be run via run.sh, which will do some sanity checks first. Move the test.py from TEST_PROGS to TEST_FILES. Reported-by: Maximilian Heyne <[email protected]> Closes: https://lore.kernel.org/netdev/20241122150129.GB18887@dev-dsk-mheyne-1b-55676e6a.eu-west-1.amazon.com Fixes: 3ade6ce ("selftests: rds: add testing infrastructure") Signed-off-by: Hangbin Liu <[email protected]> Reviewed-by: Allison Henderson <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
1 parent 122aba8 commit 663a917

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tools/testing/selftests/net/rds/Makefile

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

6-
TEST_PROGS := run.sh \
7-
test.py
6+
TEST_PROGS := run.sh
87

9-
TEST_FILES := include.sh
8+
TEST_FILES := include.sh test.py
109

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

0 commit comments

Comments
 (0)