mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
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:
parent
f308e000c8
commit
b40c1bb4da
@ -9,7 +9,7 @@ arch="all"
|
|||||||
license="BSD"
|
license="BSD"
|
||||||
depends=""
|
depends=""
|
||||||
makedepends="linux-headers"
|
makedepends="linux-headers"
|
||||||
checkdepends="tcl"
|
checkdepends="tcl procps"
|
||||||
install="redis.pre-install"
|
install="redis.pre-install"
|
||||||
pkgusers="redis"
|
pkgusers="redis"
|
||||||
pkggroups="redis"
|
pkggroups="redis"
|
||||||
|
Loading…
Reference in New Issue
Block a user