[arch-commits] Commit in nss-pam-ldapd/trunk (PKGBUILD)

Johannes Löthberg demize at archlinux.org
Thu May 14 18:27:59 UTC 2015


    Date: Thursday, May 14, 2015 @ 20:27:59
  Author: demize
Revision: 133450

Run the test-suite in the check function

Modified:
  nss-pam-ldapd/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++++
 1 file changed, 5 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-14 17:43:10 UTC (rev 133449)
+++ PKGBUILD	2015-05-14 18:27:59 UTC (rev 133450)
@@ -40,6 +40,11 @@
   make
 }
 
+check() {
+  cd nss-pam-ldapd-"$pkgver"
+  PYTHON=python2 make check
+}
+
 package() {
   cd nss-pam-ldapd-"$pkgver"
 



More information about the arch-commits mailing list