Home
last modified time | relevance | path

Searched hist:"1 fdc6f4f274748f43ebb93eeaaa23c3c69f9c3a5" (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/kunit/
H A Dkunit.pydiff 1fdc6f4f274748f43ebb93eeaaa23c3c69f9c3a5 Wed Jan 18 08:42:19 CET 2023 Alexander Pantyukhin <apantykhin@gmail.com> tools/testing/kunit/kunit.py: remove redundant double check

The build_tests function contained double checking for not success
result. It is fixed in the current patch. Additional small
simplifications of code like using ternary if were applied (avoid using
the same operation by calculation times differ in two places).

Signed-off-by: Alexander Pantyukhin <apantykhin@gmail.com>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>