From e5fe90559766b7bbd84af7b5e42d542efe40ca76 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 12 Aug 2021 06:43:22 +0200 Subject: extra/protobuf: fixed make test igoring failing tests --- extra/protobuf/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/protobuf') diff --git a/extra/protobuf/PKGBUILD b/extra/protobuf/PKGBUILD index 397daba7..2e13a8c5 100644 --- a/extra/protobuf/PKGBUILD +++ b/extra/protobuf/PKGBUILD @@ -2,7 +2,7 @@ eval "$( declare -f check | \ sed ' - s@make check \(.*\)@( make check \1) || true@ + s@make check@make check || true@ s@python setup.py test@python setup.py test || true@ ' ) -- cgit v1.2.3