]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Report an error if test files fail to compile
authorSimon Glass <sjg@chromium.org>
Thu, 4 Nov 2021 03:09:15 +0000 (21:09 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 13 Nov 2021 15:16:39 +0000 (08:16 -0700)
commit2fb2cd75f3c2d8bdd8fc19f7a4291879ff89d840
tree3390f4ecfde18d923ff502adf1d4d9ef0c58fc30
parente5eaf810f94d9fe3d091b3591552def2e4bf4bae
binman: Report an error if test files fail to compile

At present any error from the 'make' command is silently swallowed by the
test system. Fix this by showing it when detected.

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