qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] docker: gtester is no longer used


From: Alex Bennée
Subject: Re: [PATCH] docker: gtester is no longer used
Date: Wed, 18 Dec 2019 19:47:04 +0000
User-agent: mu4e 1.3.5; emacs 27.0.50

Paolo Bonzini <address@hidden> 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 <address@hidden>
> ---
>  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



reply via email to

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