From 112f0dbffcfd89f25163811df8c4123e5b22e6d0 Mon Sep 17 00:00:00 2001 From: Maciej Slodczyk Date: Wed, 28 Nov 2018 17:25:35 +0100 Subject: [PATCH] testsuite: make sure all buffers are disabled when testing Change-Id: Ic48475b7862ffae7d7d1263fce885f31f68a0d16 Signed-off-by: Maciej Slodczyk --- configs/99-dlog-logger.disable-platform-logging-for-testsuite.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configs/99-dlog-logger.disable-platform-logging-for-testsuite.conf b/configs/99-dlog-logger.disable-platform-logging-for-testsuite.conf index 63230a9..32a9150 100644 --- a/configs/99-dlog-logger.disable-platform-logging-for-testsuite.conf +++ b/configs/99-dlog-logger.disable-platform-logging-for-testsuite.conf @@ -2,6 +2,11 @@ # for more information please read /usr/share/doc/dlog/README.testsuite plog=0 +enable_main=0 +enable_system=0 +enable_radio=0 +enable_apps=0 + # remove the backup redirection from apps to main that exists in the regular config # `plog=0` does not prevent sending logs to `apps` and with the redirect they'd end up -- 2.7.4