lkml.org 
[lkml]   [2020]   [Apr]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[GIT PULL] Kunit update for Linux 5.7-rc4
Date
Hi Linus,

Please pull the following Kunit update for Linux 5.7-rc4.

This Kunit update for Linux 5.7-rc4 consists of a single fix to flush
the test summary to the console log without delay.

diff is attached.

thanks,
-- Shuah

----------------------------------------------------------------
The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
tags/linux-kselftest-kunit-5.7-rc4

for you to fetch changes up to 6cb1818798812fe7e2c8fe3f489ad1c86adfd6c4:

kunit: Add missing newline in summary message (2020-04-23 15:42:00 -0600)

----------------------------------------------------------------
linux-kselftest-kunit-5.7-rc4

This Kunit update for Linux 5.7-rc4 consists of a single fix to flush
the test summary to the console log without delay.

----------------------------------------------------------------
Marco Elver (1):
kunit: Add missing newline in summary message

lib/kunit/test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

----------------------------------------------------------------
diff --git a/lib/kunit/test.c b/lib/kunit/test.c
index 7a6430a7fca0..ccb2ffad8dcf 100644
--- a/lib/kunit/test.c
+++ b/lib/kunit/test.c
@@ -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
\
 
 \ /
  Last update: 2020-04-30 21:27    [W:0.034 / U:1.444 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site