tests: fatal: Fix incorrect filter on kernel.fatal.stack_protection

The kernel.fatal.stack_protection was filtering on
ARCH_HAS_STACK_PROTECTION and that should be
CONFIG_ARCH_HAS_STACK_PROTECTION

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2018-03-06 12:40:20 -06:00 committed by Anas Nashif
commit e9fadc142f

View file

@ -1,7 +1,7 @@
tests:
kernel.fatal.stack_protection:
extra_args: CONF_FILE=prj.conf
filter: ARCH_HAS_STACK_PROTECTION
filter: CONFIG_ARCH_HAS_STACK_PROTECTION
tags: core ignore_faults
kernel.fatal.stack_sentinel:
arch_exclude: arc