:orphan: .. title:: CONFIG_TEST_LOGGING_FLUSH_AFTER_TEST .. kconfig:: CONFIG_TEST_LOGGING_FLUSH_AFTER_TEST CONFIG_TEST_LOGGING_FLUSH_AFTER_TEST #################################### *When enabled logs are flushed after each test case* Type: ``bool`` Direct dependencies =================== \ :kconfig:`MULTITHREADING ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/testsuite/Kconfig:90`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:61`` Menu path: (Top) → Sub Systems and OS Services → Testing .. code-block:: kconfig 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.)*