commit | 575ce51903be1e490dd8a3166339d7145580be23 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 09 15:08:30 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Apr 21 06:33:47 2020 -0600 |
tree | 1ee660df8cd21d8994dbe87aeceef5f70793d711 | |
parent | 71ca4a86cec9660dabfa4e2116be27aef7cf7df5 [diff] |
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>