]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Return non-zero exit code on test failure
authorSimon Glass <sjg@chromium.org>
Mon, 13 Nov 2017 04:52:29 +0000 (21:52 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 23 Nov 2017 01:05:38 +0000 (18:05 -0700)
commitef7e3dff4b8412cf4a752a412b4169a2099163d3
tree3e5efbaaa2974eefb940675d0a89cd81eb392955
parent8b1487ab2d6720ba3094c6563860796bb6a3fe12
binman: Return non-zero exit code on test failure

Return exit code 1 when test fail so that callers can detect this.

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