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

Allan McRae allan at archlinux.org
Thu Sep 20 03:26:30 UTC 2012


    Date: Wednesday, September 19, 2012 @ 23:26:30
  Author: allan
Revision: 166857

no errors are acceptable in the test-suite

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-19 22:53:47 UTC (rev 166856)
+++ PKGBUILD	2012-09-20 03:26:30 UTC (rev 166857)
@@ -111,7 +111,7 @@
 
 check() {
   cd ${srcdir}/glibc-build
-  make -k check
+  make check
 }
 
 package() {




More information about the arch-commits mailing list