Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'linux-kselftest-kunit-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest

Pull Kunit fix from Shuah Khan:
"A single fix to flush the test summary to the console log without
delay"

* tag 'linux-kselftest-kunit-5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
kunit: Add missing newline in summary message

+1 -1
+1 -1
lib/kunit/test.c
··· 93 93 * representation. 94 94 */ 95 95 if (suite) 96 - pr_info("%s %zd - %s", 96 + pr_info("%s %zd - %s\n", 97 97 kunit_status_to_string(is_ok), 98 98 test_number, description); 99 99 else