Re: [PATCH v3 4/6] test: log functions with CONFIG_LOG=n

2020-02-16 Thread Simon Glass
On Sat, 15 Feb 2020 at 03:14, Heinrich Schuchardt wrote: > > If CONFIG_LOG=n, we still expect output for log_err(), log_warning(), > log_notice(), log_info() and in case of DEBUG=1 also for log_debug(). > > Provide unit tests verifying this. > > The tests depend on: > >

[PATCH v3 4/6] test: log functions with CONFIG_LOG=n

2020-02-15 Thread Heinrich Schuchardt
If CONFIG_LOG=n, we still expect output for log_err(), log_warning(), log_notice(), log_info() and in case of DEBUG=1 also for log_debug(). Provide unit tests verifying this. The tests depend on: CONFIG_CONSOLE_RECORD=y CONFIG_LOG=n CONFIG_UT_LOG=y It may be necessary