All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [PATCH] docker: gtester is no longer used
Date: Wed, 18 Dec 2019 19:47:04 +0000	[thread overview]
Message-ID: <874kxxfmbr.fsf@linaro.org> (raw)
In-Reply-To: <1576632611-55032-1-git-send-email-pbonzini@redhat.com>


Paolo Bonzini <pbonzini@redhat.com> writes:

> We are using tap-driver.pl, do not require anymore gtester to be installed
> to run the testsuite in docker-based tests.

Queued to pullreq/testing-logging-misc, thanks.

>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  tests/docker/common.rc | 7 +------
>  1 file changed, 1 insertion(+), 6 deletions(-)
>
> diff --git a/tests/docker/common.rc b/tests/docker/common.rc
> index 512202b..02cd67a 100755
> --- a/tests/docker/common.rc
> +++ b/tests/docker/common.rc
> @@ -53,12 +53,7 @@ check_qemu()
>          INVOCATION="$@"
>      fi
>  
> -    if command -v gtester > /dev/null 2>&1 && \
> -           gtester --version > /dev/null 2>&1; then
> -        make $MAKEFLAGS $INVOCATION
> -    else
> -        echo "No working gtester, skipping make $INVOCATION"
> -    fi
> +    make $MAKEFLAGS $INVOCATION
>  }
>  
>  test_fail()


-- 
Alex Bennée


      parent reply	other threads:[~2019-12-18 19:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-18  1:30 [PATCH] docker: gtester is no longer used Paolo Bonzini
2019-12-18  6:32 ` Thomas Huth
2019-12-18  6:32   ` Thomas Huth
2019-12-18 19:47 ` Alex Bennée [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=874kxxfmbr.fsf@linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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.