summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2022-05-16 13:20:32 +0100
committerEric Engestrom2022-05-16 13:20:32 +0100
commitbd115ca27edff02c5e6fcac6e60d5d53577d0111 (patch)
tree94790ae6ca1e7e33c3b8a45bf355cf9cc9c3b6e0
parent7ce93ae95615f94da7ac43dfdbfa152c2e42829a (diff)
downloadaur-bd115ca27edff02c5e6fcac6e60d5d53577d0111.tar.gz
add comment explaining why the checks are disabled
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63ce90b16677..fc17da42724b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,10 +18,11 @@ build() {
make man
}
+# FIXME: Upstream obviously doesn't run their own tests as they are always broken
false &&
check() {
cd "avocado-${pkgver}"
- make check-full
+ make check
}
package() {