]> git.baikalelectronics.ru Git - uboot.git/commit
buildman: Add a flag to control the traceback
authorSimon Glass <sjg@chromium.org>
Sat, 22 Jan 2022 12:07:29 +0000 (05:07 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 9 Feb 2022 04:07:59 +0000 (23:07 -0500)
commit7e09a600492702bc3504fe50a5c143c6a3eeee4b
tree07b0a52d4688e94d104d848e324d9f12e1215bde
parent3cd60ca244631681f60e96ecdaa08f721870c59e
buildman: Add a flag to control the traceback

At present the full horror of the Python traceback is shown by default. It
is normally only useful for debugging. Turn it off by default and add a
--debug flag to enable it.

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