All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Andrew Jones <drjones@redhat.com>, kvm@vger.kernel.org
Cc: mtosatti@redhat.com
Subject: Re: [PATCH kvm-unit-tests] x86/debug: return report_summary
Date: Mon, 28 Apr 2014 11:16:11 +0200	[thread overview]
Message-ID: <535E1C5B.8080106@redhat.com> (raw)
In-Reply-To: <1398254488-11073-1-git-send-email-drjones@redhat.com>

Il 23/04/2014 14:01, Andrew Jones ha scritto:
> run_tests always reported 'PASS debug', even when subtests were
> failing. Fix that.
>
> Signed-off-by: Andrew Jones <drjones@redhat.com>
> ---
>  x86/debug.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/x86/debug.c b/x86/debug.c
> index 154c7fe4db66d..34e56fbeadc3e 100644
> --- a/x86/debug.c
> +++ b/x86/debug.c
> @@ -109,5 +109,5 @@ hw_wp:
>  	       n == 1 &&
>  	       bp_addr[0] == ((unsigned long)&&hw_wp) && dr6[0] == 0xffff4ff2);
>
> -	return 0;
> +	return report_summary();
>  }

Applying, thanks.

Paolo


      reply	other threads:[~2014-04-28  9:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-23 12:01 [PATCH kvm-unit-tests] x86/debug: return report_summary Andrew Jones
2014-04-28  9:16 ` Paolo Bonzini [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=535E1C5B.8080106@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=drjones@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.