Re: [PATCH v4 10/22] test: Add tests for LOGFF_DENY

2020-10-30 Thread Tom Rini
On Tue, Oct 27, 2020 at 07:55:29PM -0400, Sean Anderson wrote: > This adds some tests for log filters which deny if they match. > > Signed-off-by: Sean Anderson > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v4 10/22] test: Add tests for LOGFF_DENY

2020-10-27 Thread Sean Anderson
This adds some tests for log filters which deny if they match. 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 | 67 + 1 file changed, 67