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

Anatol Pomozov anatolik at archlinux.org
Mon Feb 24 05:20:46 UTC 2020


    Date: Monday, February 24, 2020 @ 05:20:45
  Author: anatolik
Revision: 580152

FS#65592 remove unneeded check dependency

Modified:
  tarantool/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-24 03:27:25 UTC (rev 580151)
+++ PKGBUILD	2020-02-24 05:20:45 UTC (rev 580152)
@@ -9,7 +9,7 @@
 license=(BSD)
 depends=(readline ncurses zlib libyaml openssl libunwind curl icu)
 makedepends=(git cmake systemd)
-checkdepends=(python2-daemon python2-gevent python2-tarantool)
+checkdepends=(python2-gevent python2-tarantool)
 source=(git+https://github.com/tarantool/tarantool.git#tag=$pkgver
         git+https://github.com/tarantool/luajit.git#branch=tarantool-1.7
         git+https://github.com/tarantool/libyaml.git
@@ -79,7 +79,7 @@
 
 check() {
   cd tarantool/test
-  ./test-run.py --suite box || true
+  ./test-run.py --suite box
 }
 
 package() {



More information about the arch-commits mailing list