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

Gaëtan Bisson bisson at archlinux.org
Sun Oct 2 23:56:57 UTC 2016


    Date: Sunday, October 2, 2016 @ 23:56:56
  Author: bisson
Revision: 277562

i build in VMs and `make tests` works there

Modified:
  openssh/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-02 22:02:24 UTC (rev 277561)
+++ PKGBUILD	2016-10-02 23:56:56 UTC (rev 277562)
@@ -56,10 +56,10 @@
 check() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 
-	make tests || true
-	# hard to suitably test connectivity:
-	# - fails with /bin/false as login shell
-	# - fails with firewall activated, etc.
+	make tests
+
+	# Connectivity tests will fail with makechrootpkg since
+	# it runs as nobody which has /bin/false as login shell.
 }
 
 package() {



More information about the arch-commits mailing list