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 <Subsystem>/testsuite/Kconfig:90

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/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.)