From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Wed, 1 May 2019 19:59:59 +0800 Subject: [U-Boot] [PATCH v2 02/50] binman: Don't show image-skip message by default In-Reply-To: <20190426035922.20596-3-sjg@chromium.org> References: <20190426035922.20596-1-sjg@chromium.org> <20190426035922.20596-3-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Apr 26, 2019 at 11:59 AM Simon Glass wrote: > > This message is not very important since it is simply indicating that the > user's instructions are being followed. Only show it when the verbosity > level is above the default. > > Also drop the unnecessary extra newline on this message, which causes two > line breaks. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Update commit message to mention dropping the \n > - Update testSelectImage() to test in normal and verbose modes > > tools/binman/control.py | 4 ++-- > tools/binman/ftest.py | 26 +++++++++++++++++++------- > 2 files changed, 21 insertions(+), 9 deletions(-) > Reviewed-by: Bin Meng