CONFIG_TEST_LOGGING_FLUSH_AFTER_TEST

When enabled logs are flushed after each test case

Type: bool

Direct dependencies

MULTITHREADING

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr>/subsys/testsuite/Kconfig:90

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:61

Menu path: (Top) → Sub Systems and OS Services → Testing

config TEST_LOGGING_FLUSH_AFTER_TEST
    bool "When enabled logs are flushed after each test case"
    default y
    depends on MULTITHREADING

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)