mirror of
https://github.com/espressif/openthread.git
synced 2026-07-10 14:20:29 +00:00
12a10cb056
Previously, it prints a line `PASS x FAIL y ...` when all the runs of a test case complete. However, such messages could be hard to find when multiple test runs fail so the messages are interspersed between other logs. This commit moves such messages to the end of the output. This makes it easier to notice which test cases are failed. Also it will list the failed iterations, which is useful when MULTIPLY > 1.