Message ID | 20190530101603.22254-21-alex.bennee@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | testing/next queue (iotests, docker, tests/vm) | expand |
Hi Alex, On 5/30/19 12:15 PM, Alex Bennée wrote: > From: Gerd Hoffmann <kraxel@redhat.com> > > Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> > Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> > Tested-by: Thomas Huth <thuth@redhat.com> > Message-Id: <20190520124716.30472-9-kraxel@redhat.com> > [AJB: fix minor conflict] > Signed-off-by: Alex Bennée <alex.bennee@linaro.org> > --- > tests/vm/Makefile.include | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include > index e329129bd65..628eecade78 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" Patch 12 of this series (tests/vm: Add missing variables on help) already added this, it now appears 2 times: Special variables: DEBUG=1 - be verbose, also start interactive shell on build failures DEBUG=1 - Enable verbose output on host and interactive debugging This one is more precise although... > @echo " BUILD_TARGET=foo - Override the build target" > @echo " TARGET_LIST=a,b,c - Override target list in builds" > @echo ' EXTRA_CONFIGURE_OPTS="..."' >
Philippe Mathieu-Daudé <philmd@redhat.com> writes: > Hi Alex, > > On 5/30/19 12:15 PM, Alex Bennée wrote: >> From: Gerd Hoffmann <kraxel@redhat.com> >> >> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> >> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> >> Tested-by: Thomas Huth <thuth@redhat.com> >> Message-Id: <20190520124716.30472-9-kraxel@redhat.com> >> [AJB: fix minor conflict] >> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> >> --- >> tests/vm/Makefile.include | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include >> index e329129bd65..628eecade78 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" > > Patch 12 of this series (tests/vm: Add missing variables on help) > already added this, it now appears 2 times: > > Special variables: > DEBUG=1 - be verbose, also start interactive > shell on build failures > DEBUG=1 - Enable verbose output on host and > interactive debugging > > This one is more precise although... Oops merge failure - will fix that. > >> @echo " BUILD_TARGET=foo - Override the build target" >> @echo " TARGET_LIST=a,b,c - Override target list in builds" >> @echo ' EXTRA_CONFIGURE_OPTS="..."' >> -- Alex Bennée
diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include index e329129bd65..628eecade78 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" @echo " BUILD_TARGET=foo - Override the build target" @echo " TARGET_LIST=a,b,c - Override target list in builds" @echo ' EXTRA_CONFIGURE_OPTS="..."'