]> git.sur5r.net Git - u-boot/commit
test/py: highlight warnings in the log summary
authorStephen Warren <swarren@nvidia.com>
Tue, 20 Feb 2018 19:51:55 +0000 (12:51 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 14 Mar 2018 01:59:26 +0000 (21:59 -0400)
commit32090e5070845564e36c9c5ccc3dc708ece80298
tree0188385fda11d2df2d6aa1b52c6c18ffa01bc876
parent4bdc90f9c7b3a8a55aa669ad675849c1438b7a34
test/py: highlight warnings in the log summary

Currently, if a test emits a warning message but otherwise passes, there's
no indication of this in the log summary, which can lead to warnings being
missed. Enhance the test logic to explicitly mention warnings in otherwise
passing tests, and not to collapse the log sections for tests with
warnings, so that they're more easily seen when scanning the log.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
test/py/conftest.py
test/py/multiplexed_log.css
test/py/multiplexed_log.py