On 10 February 2016 at 13:47, Stephen Warren <[email protected]> wrote: > From: Stephen Warren <[email protected]> > > 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 <[email protected]> > --- > test/py/conftest.py | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-)
Acked-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

