qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 07/13] tests/vm: add DEBUG=1 to help text


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] [PATCH v2 07/13] tests/vm: add DEBUG=1 to help text
Date: Sun, 19 May 2019 00:23:00 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

Hi Gerd,

On 5/10/19 12:46 PM, Gerd Hoffmann wrote:
> Signed-off-by: Gerd Hoffmann <address@hidden>
> ---
>  tests/vm/Makefile.include | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include
> index 47084d5717c6..8714b5947958 100644
> --- a/tests/vm/Makefile.include
> +++ b/tests/vm/Makefile.include
> @@ -25,6 +25,8 @@ vm-test:
>       @echo "  vm-boot-ssh-<guest>             - Boot guest and login via ssh"
>       @echo
>       @echo "Special variables:"
> +     @echo "    DEBUG=1                       - be verbose, also start 
> interactive"
> +     @echo "                                    shell on build failures"

Can you replace <tabs> by <spaces>? See:

Special variables:
    DEBUG=1                      - be verbose, also start interactive
                                           shell on build failures
    BUILD_TARGET=foo             - override the build target
    TARGET_LIST=a,b,c            - Override target list in builds.
    EXTRA_CONFIGURE_OPTS="..."

Using spaces:
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>

>       @echo "    BUILD_TARGET=foo              - override the build target"
>       @echo "    TARGET_LIST=a,b,c             - Override target list in 
> builds."
>       @echo '    EXTRA_CONFIGURE_OPTS="..."'
> 





reply via email to

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