]> git.baikalelectronics.ru Git - uboot.git/commit
buildman: Use an iterator to check test output
authorSimon Glass <sjg@chromium.org>
Thu, 9 Apr 2020 21:08:30 +0000 (15:08 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Apr 2020 12:33:47 +0000 (06:33 -0600)
commit773236ffc359cf995854730dc01ed31994e99ba8
tree1ee660df8cd21d8994dbe87aeceef5f70793d711
parentf89989f413f6f82c90a852c58cdd111d70546a25
buildman: Use an iterator to check test output

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>
tools/buildman/test.py