]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
buildman: Send builder output through a function for testing
authorSimon Glass <sjg@chromium.org>
Sat, 6 Sep 2014 01:00:07 +0000 (19:00 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Sep 2014 19:54:23 +0000 (13:54 -0600)
commit4653a8826f33df981a815f91fef7972ec1b37833
tree5df72160b76700d1156cf408a0bcc9cf2e073d2c
parent3c6c0f81bf3a2edfe4240bf0a3eb0e0c75140ac5
buildman: Send builder output through a function for testing

To allow us to verify the builder's console output, send it through a
function which can collect it when running in test mode.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builder.py