]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - tools/buildman/control.py
buildman: Don't default to -e when using -s
[people/ms/u-boot.git] / tools / buildman / control.py
index 8b8c826002f51aca985e6d2b493e0c6f4692363f..6a4de36681943ec724f43f54934dc62f46383467 100644 (file)
@@ -188,7 +188,8 @@ def DoBuildman(options, args, toolchains=None, make_func=None, boards=None,
     else:
         series = None
         options.verbose = True
-        options.show_errors = 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.