]> Git Repo - linux.git/commitdiff
selftests: rds: move include.sh to TEST_FILES
authorHangbin Liu <[email protected]>
Fri, 27 Sep 2024 04:13:49 +0000 (12:13 +0800)
committerJakub Kicinski <[email protected]>
Thu, 3 Oct 2024 00:22:49 +0000 (17:22 -0700)
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: 3ade6ce1255e ("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]>
tools/testing/selftests/net/rds/Makefile
tools/testing/selftests/net/rds/test.py [changed mode: 0644->0755]

index da9714bc7aad325d08c1fca9518cf193ef17c7c0..cf30307a829b23ea23989b6e3c91d5ac25511023 100644 (file)
@@ -4,9 +4,10 @@ all:
        @echo mk_build_dir="$(shell pwd)" > include.sh
 
 TEST_PROGS := run.sh \
-       include.sh \
        test.py
 
+TEST_FILES := include.sh
+
 EXTRA_CLEAN := /tmp/rds_logs
 
 include ../../lib.mk
old mode 100644 (file)
new mode 100755 (executable)
This page took 0.060113 seconds and 4 git commands to generate.