]> git.baikalelectronics.ru Git - kernel.git/commit
kunit: Add missing newline in summary message
authorMarco Elver <elver@google.com>
Thu, 16 Apr 2020 11:42:57 +0000 (13:42 +0200)
committerShuah Khan <skhan@linuxfoundation.org>
Thu, 23 Apr 2020 21:42:00 +0000 (15:42 -0600)
commitf3b693e7d4f99af1fe6f85a9ac70571fe281f7c8
treee132f98cdca85f78dbd0c7462ce7d77db4c2f7b1
parent0e6c92ce1d170795a396f8108369eb2c8412797f
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: 2d7fa7fd3146 ("kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display")
Signed-off-by: Marco Elver <elver@google.com>
Tested-by: David Gow <davidgow@google.com>
Reviewed-by: Alan Maguire <alan.maguire@oracle.com>
Acked-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
lib/kunit/test.c