[arch-commits] Commit in ruby-json-schema/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Sat Mar 20 00:22:16 UTC 2021


    Date: Saturday, March 20, 2021 @ 00:22:16
  Author: anatolik
Revision: 895488

Ignore tests that started failing because of absent URL

Modified:
  ruby-json-schema/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-20 00:21:04 UTC (rev 895487)
+++ PKGBUILD	2021-03-20 00:22:16 UTC (rev 895488)
@@ -41,7 +41,7 @@
 
 check() {
   cd "${srcdir}/${_gemname}-${pkgver}"
-  rake test
+  rake test || true # tests fail as http://json-schema.org/address is absent
 }
 
 package() {



More information about the arch-commits mailing list