buildman: Split out testOutput() into separate functions
authorSimon Glass <sjg@chromium.org>
Thu, 9 Apr 2020 21:08:32 +0000 (15:08 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Apr 2020 12:33:47 +0000 (06:33 -0600)
commitce558db34ba762da260104a777092e8150f6f46a
tree3fe9a9e9d9d20420d8f438a9e3260b485a3b1d4d
parentaf43065f8def868e81c6b20b7c1ee7874bdcf0fb
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>
tools/buildman/test.py