Home
last modified time | relevance | path

Searched hist:"1326022 c" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/test/py/
H A Dconftest.py1326022c Wed Feb 10 14:47:37 CST 2016 Stephen Warren <swarren@nvidia.com> test/py: print summary in test order

Use lists rather than sets to record the status of tests. This causes
the test summary in the HTML file to be generated in the same order as
the tests are (or would have been) run. This makes it easier to locate
the first failed test. The log for this test might have interesting
first clues re: interaction with the environment (e.g. hardware flashing,
serial console, ...) and may help tracking down external issues.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>