WSL2-Linux-Kernel/lib/kunit
Daniel Latypov bd14de7364 kunit: fix debugfs code to use enum kunit_status, not bool
[ Upstream commit 38289a26e1 ]

Commit 6d2426b2f2 ("kunit: Support skipped tests") switched to using
`enum kunit_status` to track the result of running a test/suite since we
now have more than just pass/fail.

This callsite wasn't updated, silently converting to enum to a bool and
then back.

Fixes: 6d2426b2f2 ("kunit: Support skipped tests")
Signed-off-by: Daniel Latypov <dlatypov@google.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-06-09 10:22:53 +02:00
..
.kunitconfig
Kconfig
Makefile
assert.c
debugfs.c
debugfs.h
executor.c
executor_test.c
kunit-example-test.c
kunit-test.c
string-stream-test.c
string-stream.c
string-stream.h
test.c
try-catch-impl.h
try-catch.c