testsuite: Allow user to override minimal logging

The testsuite was always forcing minimal logging. This is problematic
as it does not allow user to see full logging string. Allow user to
override the minimal logging if needed, the default is still to
enable minimal logging.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2020-04-20 13:30:10 +03:00 committed by Kumar Gala
commit 34b7a6c81c

View file

@ -85,7 +85,7 @@ config TEST_LOGGING_DEFAULTS
bool "Enable test case logging defaults"
depends on TEST
select LOG
select LOG_MINIMAL
imply LOG_MINIMAL
default y
help
Option which implements default policy of enabling logging in