Re: [PATCH v4 12/22] test: Add test for LOGFF_MIN

2020-10-30 Thread Tom Rini
On Tue, Oct 27, 2020 at 07:55:31PM -0400, Sean Anderson wrote: > This tests log filters matching on a minimum level. > > Signed-off-by: Sean Anderson > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v4 12/22] test: Add test for LOGFF_MIN

2020-10-27 Thread Sean Anderson
This tests log filters matching on a minimum level. Signed-off-by: Sean Anderson Reviewed-by: Simon Glass --- (no changes since v3) Changes in v3: - Modified to be completely written in C test/log/log_test.c | 23 +++ 1 file changed, 23 insertions(+) diff --git