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

2016-02-14 Thread Simon Glass
On 10 February 2016 at 13:47, Stephen Warren wrote: > From: Stephen Warren > > 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 >

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

2016-02-10 Thread Stephen Warren
From: Stephen Warren 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 interest