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

Anatol Pomozov anatolik at archlinux.org
Fri Oct 2 18:10:11 UTC 2015


    Date: Friday, October 2, 2015 @ 20:10:10
  Author: anatolik
Revision: 142804

Enable tests

Modified:
  shards/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-02 18:00:39 UTC (rev 142803)
+++ PKGBUILD	2015-10-02 18:10:10 UTC (rev 142804)
@@ -21,8 +21,8 @@
 check() {
   cd $pkgname-$pkgver
   # tests currently fail in clean chroot
-  #./bin/shards install
-  #make test
+  ./bin/shards install
+  make test -j1
 }
 
 package() {



More information about the arch-commits mailing list