Explorar o código

Merge branch 'buildman' of git://git.denx.de/u-boot-x86

Conflicts:
	tools/buildman/control.py

Signed-off-by: Tom Rini <trini@ti.com>
Tom Rini %!s(int64=10) %!d(string=hai) anos
pai
achega
bd5053ffa5
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      tools/buildman/control.py

+ 2 - 0
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.