diff options
author | SeongJae Park <sjpark@amazon.de> | 2019-12-02 14:42:20 +0300 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2019-12-11 20:30:24 +0300 |
commit | d187801d1a46519d2a322f879f7c8f85c685372e (patch) | |
tree | 25c1721122d198c670cf1f6555ef02cb45a572f4 /fs | |
parent | 3a019636e6b00997594f91339411fa6bbd2c6d33 (diff) | |
download | linux-d187801d1a46519d2a322f879f7c8f85c685372e.tar.xz |
kselftest/runner: Print new line in print of timeout log
If a timeout failure occurs, kselftest kills the test process and prints
the timeout log. If the test process has killed while printing a log
that ends with new line, the timeout log can be printed in middle of the
test process output so that it can be seems like a comment, as below:
# test_process_log not ok 3 selftests: timers: nsleep-lat # TIMEOUT
This commit avoids such problem by printing one more line before the
TIMEOUT failure log.
Signed-off-by: SeongJae Park <sjpark@amazon.de>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions