Re: [PATCH v2 3/3] test: log: test message continuation

2020-10-28 Thread Tom Rini
On Sat, Oct 17, 2020 at 02:31:59PM +0200, Heinrich Schuchardt wrote: > Provide a unit test checking that a continuation message will use the same > log level and log category as the previous message. > > Signed-off-by: Heinrich Schuchardt > Reviewed-by: Simon Glass Applied to u-boot/master,

[PATCH v2 3/3] test: log: test message continuation

2020-10-17 Thread Heinrich Schuchardt
Provide a unit test checking that a continuation message will use the same log level and log category as the previous message. Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- v2: rebased --- test/log/Makefile| 4 +++- test/log/cont_test.c | 52