summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/buildman/control.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/buildman/control.py b/tools/buildman/control.py
index 2c3ba8b77f..fb79a1ecfe 100644
--- a/tools/buildman/control.py
+++ b/tools/buildman/control.py
@@ -188,6 +188,8 @@ def DoBuildman(options, args, toolchains=None, make_func=None, boards=None,
else:
series = None
options.verbose = True
+ if not options.summary:
+ 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.
OpenPOWER on IntegriCloud