
18 Apr
2020
18 Apr
'20
1:29 a.m.
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@chromium.org ---
Changes in v2: None
tools/buildman/test.py | 94 +++++++++++++++++++++++------------------- 1 file changed, 52 insertions(+), 42 deletions(-)
Applied to u-boot-dm, thanks!