Skip to content

Commit

Permalink
redis: Enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Aug 8, 2017
1 parent 57955b5 commit 3c814ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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}"'
Expand Down

0 comments on commit 3c814ac

Please sign in to comment.