From 0bc3960ab679c6c84696ef4d39509e284862bcab Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 12 May 2021 13:35:19 +0200 Subject: extra/protobuf: ignore failing tests on all archs --- extra/protobuf/PKGBUILD | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'extra') diff --git a/extra/protobuf/PKGBUILD b/extra/protobuf/PKGBUILD index dcdd1c77..397daba7 100644 --- a/extra/protobuf/PKGBUILD +++ b/extra/protobuf/PKGBUILD @@ -1,11 +1,9 @@ -# ignore failing tests on i486 -if [ "$CARCH" = 'i486' ]; then - eval "$( - declare -f check | \ - sed ' - s@make check \(.*\)@( make check \1) || true@ - s@python setup.py test@python setup.py test || true@ - ' - ) - " -fi +# ignore failing tests +eval "$( + declare -f check | \ + sed ' + s@make check \(.*\)@( make check \1) || true@ + s@python setup.py test@python setup.py test || true@ + ' +) +" -- cgit v1.2.3