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

Sébastien Luttringer seblu at archlinux.org
Thu May 14 16:11:16 UTC 2015


    Date: Thursday, May 14, 2015 @ 18:11:16
  Author: seblu
Revision: 239355

Disable expensive tests

P?\195?\161draig Brady recommended to let very expensive test to developers

Modified:
  coreutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-14 16:11:09 UTC (rev 239354)
+++ PKGBUILD	2015-05-14 16:11:16 UTC (rev 239355)
@@ -42,7 +42,7 @@
 
 check() {
   cd $pkgname-$pkgver
-  RUN_VERY_EXPENSIVE_TESTS=yes make check
+  make check
 }
 
 package() {



More information about the arch-commits mailing list