Date: Tuesday, March 22, 2022 @ 14:16:24
  Author: diabonas
Revision: 440567

autoconf: remove "|| true" from check()

The test suite currently passes, so there is no need to mask failures.

Modified:
  autoconf/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-03-22 14:15:43 UTC (rev 440566)
+++ PKGBUILD    2022-03-22 14:16:24 UTC (rev 440567)
@@ -12,6 +12,7 @@
 groups=('base-devel')
 depends=('awk' 'm4' 'diffutils' 'perl' 'sh')
 checkdepends=('gcc-fortran')
+options=('debug')
 
source=("https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
 md5sums=('12cfa1687ffa2606337efe1a64416106'
          'SKIP')
@@ -26,9 +27,7 @@
 
 check() {
        cd "${pkgname}-${pkgver}"
-
-       # test 310 is a false positive due to warning outputted with our build 
flags
-       make check || true
+       make check
 }
 
 package() {

Reply via email to