From 1d8104fe8897c5fec3e03b4165bc67c57eeeaa72 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 16 Oct 2014 01:05:56 -0600 Subject: 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 Reported-by: Albert Aribaud --- tools/buildman/control.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/buildman/control.py') diff --git a/tools/buildman/control.py b/tools/buildman/control.py index 96ba2d940ef..2c3ba8b77fb 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. -- cgit v1.2.3