main/redis: kill zombie redis servers from test suite

The test suite uses "ps -p <pid>" to check if a redis server is
still running. Checkdepend on procps to make this logic work.
This commit is contained in:
Timo Teräs 2018-02-06 15:25:14 +00:00
parent f308e000c8
commit b40c1bb4da

View File

@ -9,7 +9,7 @@ arch="all"
license="BSD"
depends=""
makedepends="linux-headers"
checkdepends="tcl"
checkdepends="tcl procps"
install="redis.pre-install"
pkgusers="redis"
pkggroups="redis"