Re: [PATCH v2 09/22] test: Add tests for LOGFF_DENY

2020-10-11 Thread Simon Glass
On Sat, 10 Oct 2020 at 13:44, Sean Anderson wrote: > > This adds some tests for log filters which deny if they match. > > Signed-off-by: Sean Anderson > --- > > (no changes since v1) > > test/log/log_test.c | 69 +++ > test/py/tests/test_log.py | 21

[PATCH v2 09/22] test: Add tests for LOGFF_DENY

2020-10-10 Thread Sean Anderson
This adds some tests for log filters which deny if they match. Signed-off-by: Sean Anderson --- (no changes since v1) test/log/log_test.c | 69 +++ test/py/tests/test_log.py | 21 ++-- 2 files changed, 88 insertions(+), 2 deletions(-) diff --g