summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAllison Henderson <achender@kernel.org>2026-05-03 22:41:43 -0700
committerJakub Kicinski <kuba@kernel.org>2026-05-05 19:19:55 -0700
commit06d5c34517e0a9359db233bee71265fad25e3bf5 (patch)
treee954094fc3b4a2061c2d031af6b761b1e73aecae /include/linux
parentc8781c61fd60552c8c65c6abb7146e9ef4b31dcc (diff)
selftests: rds: Make rds selftests TAP compliant
This patch updates the rds selftests output to be TAP compliant. Use ksft_pr() to mark debug output with a leading '# ' so that TAP parsers treat it as commentary, and convert all informational print() calls to use ksft_pr(). sys.exit(0) is changed to os._exit(0) to avoid duplicate prints from the buffered TAP output. The console output from the tcpdump subprocess is silenced, and the gcov console output is redirected to a gcovr.log. Finally adjust the exit path so that the hash check loop sets a return code instead exiting directly. Then print the TAP results and totals lines before exiting. Signed-off-by: Allison Henderson <achender@kernel.org> Link: https://patch.msgid.link/20260504054143.4027538-11-achender@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions