qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-arm] [Qemu-devel] [PATCH] tests/bios-tables-test: Sanitize tes


From: Peter Maydell
Subject: Re: [Qemu-arm] [Qemu-devel] [PATCH] tests/bios-tables-test: Sanitize test verbose output
Date: Thu, 1 Nov 2018 14:30:08 +0000

On 1 November 2018 at 14:26, Eric Blake <address@hidden> wrote:
> Umm, this prints a blank line even if I run 'make check V=0' - do we support
> V=0 as a way to disable verbosity

Empirically, we do not. Our rules.make defines
quiet-command = $(if $(V),$1,$(if $(2),@printf "  %-7s %s\n" $2 $3 && $1, @$1))

which will suppress the verbose printing of command lines
only if $(V) expands to the empty string, so V=0 will
print verbosely here too.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]