]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
selftests/timens: Print TAP headers
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Fri, 2 May 2025 12:03:50 +0000 (14:03 +0200)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 9 May 2025 19:12:43 +0000 (13:12 -0600)
commit84b8d6c9082659ceb5574335abbaf6c1ea36abba
tree47c6a10750374117ee4d54b4fbd2a2682b00eafc
parent11f6dcf784533fd72ceddbc69884f8d7f82109fd
selftests/timens: Print TAP headers

The TAP specification requires that the output begins with a header line.
These headers lines are missing in the timens tests.

Print such a line.

Link: https://lore.kernel.org/r/20250502-selftests-timens-fixes-v1-1-fb517c76f04d@linutronix.de
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Reviewed-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/timens/clock_nanosleep.c
tools/testing/selftests/timens/exec.c
tools/testing/selftests/timens/futex.c
tools/testing/selftests/timens/gettime_perf.c
tools/testing/selftests/timens/procfs.c
tools/testing/selftests/timens/timens.c
tools/testing/selftests/timens/timer.c
tools/testing/selftests/timens/timerfd.c
tools/testing/selftests/timens/vfork_exec.c