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:
parent
2e6e818c91
commit
34b7a6c81c
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ config TEST_LOGGING_DEFAULTS
|
||||||
bool "Enable test case logging defaults"
|
bool "Enable test case logging defaults"
|
||||||
depends on TEST
|
depends on TEST
|
||||||
select LOG
|
select LOG
|
||||||
select LOG_MINIMAL
|
imply LOG_MINIMAL
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Option which implements default policy of enabling logging in
|
Option which implements default policy of enabling logging in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue