]> git.dujemihanovic.xyz Git - u-boot.git/commit
buildman: Allow --debug to enable debugging
authorSimon Glass <sjg@chromium.org>
Wed, 19 Jul 2023 23:48:10 +0000 (17:48 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:10 +0000 (09:34 -0600)
commiteadbfa6b0870de3bf6639dd6c3864a2ed5ac2aa9
tree30ae32fb83021611ee7f2b421a9b7e9e6eedea73
parent2ef22f8e68f4b31b729a85d0df57da051020c49a
buildman: Allow --debug to enable debugging

The -D option is used, but plumb it through --debug to enable a full
traceback when something goes wrong.

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