commit | ce558db34ba762da260104a777092e8150f6f46a | [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 | af43065f8def868e81c6b20b7c1ee7874bdcf0fb [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>