kunit: Fix reporting of the skipped parameterized tests
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Wed, 17 May 2023 11:18:15 +0000 (13:18 +0200)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 26 May 2023 14:44:03 +0000 (08:44 -0600)
commitb08f75b9bb0196a626a804e76970733f0a05de94
treea96f95964a163040acab9a85e9c21c7acc87e0cd
parentd273b72846d636a7a9072587b5c53e7c0aeb791b
kunit: Fix reporting of the skipped parameterized tests

Logs from the parameterized tests that were skipped don't include
SKIP directive thus they are displayed as PASSED. Fix that.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: David Gow <davidgow@google.com>
Reviewed-by: Rae Moar <rmoar@google.com>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
lib/kunit/test.c