]> git.baikalelectronics.ru Git - uboot.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)
commitd6efeb6df050fbcb3c5bc70ad961627d846be465
tree3390f4ecfde18d923ff502adf1d4d9ef0c58fc30
parent0f3930944e1055f1816c44317b3c528a08349624
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