Date: Saturday, August 17, 2019 @ 03:44:17
  Author: felixonmars
Revision: 499934

don't ignore test errors

Modified:
  hasktags/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-08-17 03:44:12 UTC (rev 499933)
+++ PKGBUILD    2019-08-17 03:44:17 UTC (rev 499934)
@@ -35,7 +35,7 @@
 
 check() {
     cd $pkgname-$pkgver
-    runhaskell Setup test || warning "Tests failed"
+    runhaskell Setup test
 }
 
 package() {

Reply via email to