]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit34bfa14f9a06f81c7c472fbcda2c7168cf3fee45
tree3fe9a9e9d9d20420d8f438a9e3260b485a3b1d4d
parent38b17f16c5795e84b9d3386e837d74e28dfd8a15
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