[arch-commits] Commit in haskell-foldl/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Feb 27 13:52:54 UTC 2021


    Date: Saturday, February 27, 2021 @ 13:52:53
  Author: felixonmars
Revision: 874971

tests are passing now

Modified:
  haskell-foldl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-27 13:51:16 UTC (rev 874970)
+++ PKGBUILD	2021-02-27 13:52:53 UTC (rev 874971)
@@ -31,8 +31,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    # https://github.com/Gabriel439/Haskell-Foldl-Library/issues/164
-    runhaskell Setup test || echo "Tests failed"
+    runhaskell Setup test
 }
 
 package() {



More information about the arch-commits mailing list