commit | 724c1754d83f0b36691c3a356a54153aaa644188 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 09 15:08:32 2020 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Apr 21 06:33:47 2020 -0600 |
tree | 3fe9a9e9d9d20420d8f438a9e3260b485a3b1d4d | |
parent | 09bbfcd94a0246c6cfbb79589069894e647c0009 [diff] |
buildman: Split out testOutput() into separate functions We want to add a few more tests similar to testOutput(). Split its logic into a function which runs buildman to get the output and another which checks the output. This will make it easier to reuse the code. Signed-off-by: Simon Glass <sjg@chromium.org>