commit | 5f0e0c856f4fe0713172b104ab78c31e0309fbf7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Dec 04 13:48:30 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 07 15:17:00 2017 -0500 |
tree | 68728255d73fb53beda11b2fa8689162434a05c7 | |
parent | 045e0e28ab6ddba440c475bebca2cc95f4e232e3 [diff] [blame] |
log: test: Add a pytest for logging Add a test which tries out various filters and options to make sure that logging works as expected. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/MAINTAINERS b/MAINTAINERS index 9d8a82e..e1227f8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS
@@ -317,6 +317,7 @@ F: common/log.c F: cmd/log.c F: test/log/log_test.c +F: test/py/tests/test_log.py MICROBLAZE M: Michal Simek <monstr@monstr.eu>