提交 6cb18187 编写于 作者: M Marco Elver 提交者: Shuah Khan

kunit: Add missing newline in summary message

Add missing newline, as otherwise flushing of the final summary message
to the console log can be delayed.

Fixes: e2219db2 ("kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display")
Signed-off-by: NMarco Elver <elver@google.com>
Tested-by: NDavid Gow <davidgow@google.com>
Reviewed-by: NAlan Maguire <alan.maguire@oracle.com>
Acked-by: NBrendan Higgins <brendanhiggins@google.com>
Signed-off-by: NShuah Khan <skhan@linuxfoundation.org>
上级 8f3d9f35
......@@ -93,7 +93,7 @@ static void kunit_print_ok_not_ok(void *test_or_suite,
* representation.
*/
if (suite)
pr_info("%s %zd - %s",
pr_info("%s %zd - %s\n",
kunit_status_to_string(is_ok),
test_number, description);
else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册