]> git.baikalelectronics.ru Git - uboot.git/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)
commite8ca734c6eb0d761e76b0a4d02679d3437469756
tree0188385fda11d2df2d6aa1b52c6c18ffa01bc876
parent853d8687e7c1cf5c6ab90523221b0131149a5faf
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