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.
[DL: Commit 7f08061f0c
reverts this.
Since this is useful, let's re-apply this.]
Fixes #34696
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
56bb8a40e9
commit
d77290e235
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue