]> git.ipfire.org Git - thirdparty/u-boot.git/commit - MAINTAINERS
log: test: Add a pytest for logging
authorSimon Glass <sjg@chromium.org>
Mon, 4 Dec 2017 20:48:30 +0000 (13:48 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 7 Dec 2017 20:17:00 +0000 (15:17 -0500)
commit20faa27c2bc32b1442970cfe98a3006cf8eac063
tree68728255d73fb53beda11b2fa8689162434a05c7
parente189a0bda83cc5add3d327d379cb89ee5276ad5b
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>
MAINTAINERS
test/py/tests/test_log.py [new file with mode: 0644]