tests: fix tracing.osawareness.openocd when thread names disabled

tracing.osawareness.openocd relies on the CONFIG_THREAD_NAME is
enabled, however we don't enable it in test config.

Fix that.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
This commit is contained in:
Evgeniy Paltsev 2021-10-12 15:00:55 +03:00 committed by Anas Nashif
commit 8077907827

View file

@ -1 +1,2 @@
# enable to use thread names # enable to use thread names
CONFIG_THREAD_NAME=y