[arch-commits] Commit in certbot-apache/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 18 05:25:13 UTC 2017


    Date: Thursday, May 18, 2017 @ 05:25:12
  Author: felixonmars
Revision: 228433

Tests no longer broken with patched python-augeas

Modified:
  certbot-apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-18 05:21:54 UTC (rev 228432)
+++ PKGBUILD	2017-05-18 05:25:12 UTC (rev 228433)
@@ -30,7 +30,7 @@
 
 check() {
   cd $pkgname-$pkgver
-  python setup.py test || warning "Tests failed"
+  python setup.py test
 }
 
 package() {



More information about the arch-commits mailing list