[U-Boot] [PATCH] test/py: print summary in test order

Simon Glass sjg at chromium.org
Mon Feb 15 02:19:34 CET 2016


On 10 February 2016 at 13:47, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at 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 at nvidia.com>
> ---
>  test/py/conftest.py | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list