diff options
author | Daniel Latypov <dlatypov@google.com> | 2022-04-29 11:12:59 -0700 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2022-05-02 12:36:03 -0600 |
commit | 38289a26e1b8a37755f3e07056ca416c1ee2a2e8 (patch) | |
tree | 1e578b16093784c0a5013f2a6b23424386e48ba3 /include | |
parent | 3b91f826588ab07c37722d299dbb809b657640a0 (diff) |
kunit: fix debugfs code to use enum kunit_status, not bool
Commit 6d2426b2f258 ("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: 6d2426b2f258 ("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>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions