Skip to content

Commit cc94cfd

Browse files
nordic-krchnashif
authored andcommitted
tests: logging: log_benchmark: Prevent flushing logs by ztest
Test is using logging in a different way and flushing logs after each test case would not work. Signed-off-by: Krzysztof Chruscinski <[email protected]>
1 parent a50e13c commit cc94cfd

File tree

1 file changed

+1
-0
lines changed
  • tests/subsys/logging/log_benchmark

1 file changed

+1
-0
lines changed

tests/subsys/logging/log_benchmark/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ CONFIG_ASSERT=n
1616
CONFIG_LOG_STRDUP_POOL_PROFILING=y
1717
CONFIG_LOG_TEST_CLEAR_MESSAGE_SPACE=n
1818
CONFIG_APPLICATION_DEFINED_SYSCALL=y
19+
CONFIG_TEST_LOGGING_FLUSH_AFTER_TEST=n

0 commit comments

Comments
 (0)