linux/tools/testing/selftests/nolibc
Thomas Weißschuh b184a261e5 selftests/nolibc: simplify status printing
pad_spc() is only ever used to print the status message of testcases.
The line size is always constant, the return value is never used and the
format string is never used as such.

Remove all the unneeded logic and simplify the API and its users.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Willy Tarreau <w@1wt.eu>
2023-08-23 04:40:22 +02:00
..
.gitignore tools/nolibc: add libc-test binary 2023-06-09 11:33:05 -07:00
Makefile selftests/nolibc: report: add newline before test failures 2023-08-23 04:40:22 +02:00
nolibc-test.c selftests/nolibc: simplify status printing 2023-08-23 04:40:22 +02:00