]> git.baikalelectronics.ru Git - uboot.git/commit
buildman: Write output even on fatal error
authorSimon Glass <sjg@chromium.org>
Wed, 20 Oct 2021 03:43:23 +0000 (21:43 -0600)
committerStefano Babic <sbabic@denx.de>
Wed, 20 Oct 2021 08:59:54 +0000 (10:59 +0200)
commit0e0c0dfec4c66d16394378c4618887a3e9526d9b
tree4e53c00268220829ab0a6f1fee82aac2bf57cdd7
parentea70d0d391c90d8345c62b55b832f41e50c6387c
buildman: Write output even on fatal error

At present buildman does not write any output (to the 'out' and 'err)
files if the build terminates with a fatal error. This is to avoid adding
lots of spam to the logs.

However there are times when this is actually useful, such as when the
build fails for an obscure reason such as a Kconfig loop.

Update the logic to always write the output, so that the user gets a clue
as to what is happening.

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