Date: Sunday, March 14, 2021 @ 23:48:02
  Author: felixonmars
Revision: 891359

tests appear to be passing now

Modified:
  haskell-clash-prelude/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-03-14 23:47:59 UTC (rev 891358)
+++ PKGBUILD    2021-03-14 23:48:02 UTC (rev 891359)
@@ -37,8 +37,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    # TODO
-    runhaskell Setup test || echo "Tests failed"
+    runhaskell Setup test
 }
 
 package() {

Reply via email to