diff options
author | Simon Glass <sjg@chromium.org> | 2014-10-16 01:05:56 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-11-26 20:25:40 -0700 |
commit | 1d8104fe8897c5fec3e03b4165bc67c57eeeaa72 (patch) | |
tree | 52fc3a108ce927043bd0dedb888dbc69a7853416 /tools/buildman/control.py | |
parent | f66153be193af3d4aa4d3630e7dcb41bfd6313b6 (diff) | |
download | u-boot-imx-1d8104fe8897c5fec3e03b4165bc67c57eeeaa72.zip u-boot-imx-1d8104fe8897c5fec3e03b4165bc67c57eeeaa72.tar.gz u-boot-imx-1d8104fe8897c5fec3e03b4165bc67c57eeeaa72.tar.bz2 |
buildman: Don't default to -e when building current source
We probably don't need to enable this option by default. It is useful to
display only failure boards (not errors) and it is easy to add -e if it
is required. Also update the docs.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reported-by: Albert Aribaud <albert.u.boot@aribaud.net>
Diffstat (limited to 'tools/buildman/control.py')
-rw-r--r-- | tools/buildman/control.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/buildman/control.py b/tools/buildman/control.py index 96ba2d9..2c3ba8b 100644 --- a/tools/buildman/control.py +++ b/tools/buildman/control.py @@ -188,7 +188,6 @@ def DoBuildman(options, args, toolchains=None, make_func=None, boards=None, else: series = None options.verbose = True - options.show_errors = True # By default we have one thread per CPU. But if there are not enough jobs # we can have fewer threads and use a high '-j' value for make. |