]> git.baikalelectronics.ru Git - uboot.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)
commit0c356cba0098290a5d52a86cfd46bab6037fa34d
tree30ae32fb83021611ee7f2b421a9b7e9e6eedea73
parent85b1857f15b510087ae94d4ac13da6ef137297ca
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