
15 Feb
2016
15 Feb
'16
2:19 a.m.
On 10 February 2016 at 13:47, Stephen Warren swarren@wwwdotorg.org wrote:
From: Stephen Warren swarren@nvidia.com
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
test/py/conftest.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
Acked-by: Simon Glass sjg@chromium.org