Skip to content
  • Stephen Warren's avatar
    test/py: print summary in test order · 1326022c
    Stephen Warren authored
    
    
    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: default avatarStephen Warren <swarren@nvidia.com>
    Acked-by: default avatarSimon Glass <sjg@chromium.org>
    1326022c