From 1ffd1ea8fdbfa3d92e430c8fce725eeebee42f77 Mon Sep 17 00:00:00 2001 From: Evgeniy Paltsev Date: Thu, 5 Aug 2021 19:50:00 +0300 Subject: [PATCH] test: lib/cbprintf_fp: fix test filtering The commit 6fe9e408ab (tests/cbprintf_fp: Filter on CONSOLE_HAS_DRIVER) added filtering on Kconfig symbol incorrectly - it checked CONSOLE_HAS_DRIVER instead CONFIG_CONSOLE_HAS_DRIVER so this test was filtered out (and therefore skipped) on all platforms. Fix that. Signed-off-by: Eugeniy Paltsev Signed-off-by: Evgeniy Paltsev --- tests/lib/cbprintf_fp/testcase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/cbprintf_fp/testcase.yaml b/tests/lib/cbprintf_fp/testcase.yaml index f4a4d48e1f9..4b17a4d7e97 100644 --- a/tests/lib/cbprintf_fp/testcase.yaml +++ b/tests/lib/cbprintf_fp/testcase.yaml @@ -5,7 +5,7 @@ common: integration_platforms: - qemu_x86 - qemu_x86_64 - filter: CONSOLE_HAS_DRIVER + filter: CONFIG_CONSOLE_HAS_DRIVER tests: lib.cbprintf_fp.printk: extra_configs: