summaryrefslogtreecommitdiff
path: root/extra/protobuf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-08-12 06:43:22 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-08-12 06:43:22 +0200
commite5fe90559766b7bbd84af7b5e42d542efe40ca76 (patch)
treedec99960c896dbef65bed261f8d5eea3b673d3dd /extra/protobuf
parent6c45440b851d00410de936cb22ac0368133aba03 (diff)
downloadpackages-e5fe90559766b7bbd84af7b5e42d542efe40ca76.tar.xz
extra/protobuf: fixed make test igoring failing tests
Diffstat (limited to 'extra/protobuf')
-rw-r--r--extra/protobuf/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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@
'
)