]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'linux-kselftest-kunit-fixes-5.11-rc5' of git://git.kernel.org/pub/scm...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 23 Jan 2021 19:25:33 +0000 (11:25 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 23 Jan 2021 19:25:33 +0000 (11:25 -0800)
commit48bb64ce8efc3518f54ae8b0f10492858d0bf460
tree8af41b7ed2a407b54074a50e3123b21c0d00ea6b
parent4449cc76e8c6da608eec4a24853fa102c37fdb39
parentb0c94f6338176b791eb42d83a78fef4ddd654c1d
Merge tag 'linux-kselftest-kunit-fixes-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest

Pull kunit fixes from Shuah :
 "Five fixes to the kunit tool and documentation from Daniel Latypov and
  David Gow"

* tag 'linux-kselftest-kunit-fixes-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
  kunit: tool: move kunitconfig parsing into __init__, make it optional
  kunit: tool: fix minor typing issue with None status
  kunit: tool: surface and address more typing issues
  Documentation: kunit: include example of a parameterized test
  kunit: tool: Fix spelling of "diagnostic" in kunit_parser