From mboxrd@z Thu Jan 1 00:00:00 1970 From: Trevor Woerner Date: Tue, 31 Mar 2020 16:45:02 -0400 Subject: buildman summary quesiton Message-ID: <20200331204502.GA5314@linux-uys3> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I start off with the following build: $ buildman -o arm926ejs and it tells me that there are 137 boards to build. At the end I can see: 23 114 0 /137 Now I want a summary: $ buildman -o arm926ejs -s but all it prints out are the 114 boards that had warnings. Is there not a way to get "buildman -s" to also print the list of the 23 boards that succeeded?