commit | e27a6ae409dc6d434216d2d07bbbb284f47d1873 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue Feb 20 12:51:55 2018 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 13 21:59:26 2018 -0400 |
tree | 0188385fda11d2df2d6aa1b52c6c18ffa01bc876 | |
parent | 83698e3aa5626531ffe3235f3944f8b9595c68f2 [diff] |
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>