diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-08-12 06:43:22 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-08-12 06:43:22 +0200 |
commit | e5fe90559766b7bbd84af7b5e42d542efe40ca76 (patch) | |
tree | dec99960c896dbef65bed261f8d5eea3b673d3dd /extra/protobuf/PKGBUILD | |
parent | 6c45440b851d00410de936cb22ac0368133aba03 (diff) | |
download | packages-e5fe90559766b7bbd84af7b5e42d542efe40ca76.tar.xz |
extra/protobuf: fixed make test igoring failing tests
Diffstat (limited to 'extra/protobuf/PKGBUILD')
-rw-r--r-- | extra/protobuf/PKGBUILD | 2 |
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@ ' ) |