]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Exit with the return code consistently
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:48:11 +0000 (17:48 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:10 +0000 (09:34 -0600)
commit8dae07aa404a08297c1b0a3ae3963c7758026227
treeadb2589f1ff877027b6d9a351a4147f66149941c
parenteadbfa6b0870de3bf6639dd6c3864a2ed5ac2aa9
buildman: Exit with the return code consistently

Test should return a suitable exit code when they fail. Fix this and tidy
up the code a little.

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