From 3c814acdccf033136512f245244b875ba5d1b3c1 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 8 Aug 2017 14:51:25 +0200 Subject: [PATCH] redis: Enable all tests --- redis.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.be0 b/redis.be0 index 0859ac298..b4b3c4830 100755 --- a/redis.be0 +++ b/redis.be0 @@ -63,7 +63,7 @@ SRCURL[0]="http://download.redis.io/releases/redis-${PKGVERSION}.tar.gz" mee_install() { # Two tests currently fail (https://github.com/antirez/redis/issues/2715). - start_cmd make ${BEE_MAKEFLAGS} test || true + start_cmd make ${BEE_MAKEFLAGS} test start_cmd make ${BEE_MAKEFLAGS} install INSTALL_BIN=${D}${BINDIR} } ## by default this may be 'make install DESTDIR="${D}"'