docker: gtester is no longer used

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>
This commit is contained in:
Paolo Bonzini 2019-12-18 02:30:11 +01:00 committed by Alex Bennée
parent fb47fc6924
commit 7ff5c1fa27
1 changed files with 1 additions and 6 deletions

View File

@ -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()