]> git.proxmox.com Git - mirror_qemu.git/commitdiff
docker: gtester is no longer used
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 18 Dec 2019 01:30:11 +0000 (02:30 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 19 Dec 2019 08:20:08 +0000 (08:20 +0000)
We are using tap-driver.pl, do not require anymore gtester to be installed
to run the testsuite in docker-based tests.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <1576632611-55032-1-git-send-email-pbonzini@redhat.com>

tests/docker/common.rc

index 512202b0a19e93a8468c2614d8deee15ada7939e..02cd67a8c5e8d385d319d4589fc7d20b37e3dd37 100755 (executable)
@@ -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()