[PATCH v2 03/28] buildman: Use an iterator to check test output
sjg at google.com
sjg at google.com
Sat Apr 18 01:29:50 CEST 2020
Rather than using the absolute array index, use an interator to work
through the expected output lines. This is easier to follow.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2: None
tools/buildman/test.py | 94 +++++++++++++++++++++++-------------------
1 file changed, 52 insertions(+), 42 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list