summaryrefslogtreecommitdiffstats
path: root/tools/buildman
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2015-01-14 11:00:38 -0500
committerTom Rini <trini@ti.com>2015-01-14 11:00:38 -0500
commitbd5053ffa5b8162257537bdb79ba829372423096 (patch)
treec2bc3a310b096b7cbd2394e6d184e1a380fe1f65 /tools/buildman
parentac8192a5877c35735bb95a36e196b2c100c67827 (diff)
parent1ddda1b321a102b31bcddc0b1cc23fe3449533c6 (diff)
downloadtalos-obmc-uboot-bd5053ffa5b8162257537bdb79ba829372423096.tar.gz
talos-obmc-uboot-bd5053ffa5b8162257537bdb79ba829372423096.zip
Merge branch 'buildman' of git://git.denx.de/u-boot-x86
Conflicts: tools/buildman/control.py Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'tools/buildman')
-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