kunit: test: Log the correct filter string in executor_test
authorDavid Gow <davidgow@google.com>
Wed, 21 Feb 2024 09:27:14 +0000 (17:27 +0800)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 27 Feb 2024 22:25:50 +0000 (15:25 -0700)
commit6f2f793fba78eb4a0d5a34a71bc781118ed923d3
tree4c6839fe9adad1a6e84ef896e6b97964b28664db
parentc5215d54dc10e801a6cefef62445a00a4c28a515
kunit: test: Log the correct filter string in executor_test

KUnit's executor_test logs the filter string in KUNIT_ASSERT_EQ_MSG(),
but passed a random character from the filter, rather than the whole
string.

This was found by annotating KUNIT_ASSERT_EQ_MSG() to let gcc validate
the format string.

Fixes: 76066f93f1df ("kunit: add tests for filtering attributes")
Signed-off-by: David Gow <davidgow@google.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Justin Stitt <justinstitt@google.com>
Reviewed-by: Daniel Latypov <dlatypov@google.com>
Reviewed-by: Rae Moar <rmoar@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
lib/kunit/executor_test.c