]> git.ipfire.org Git - people/ms/u-boot.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)
commit9677faa34ee81c7abb4c08b0dc4ce4aace5473fc
tree3e5efbaaa2974eefb940675d0a89cd81eb392955
parentca4f4ff7cf5acb230cf1948268b60efc5e54a977
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