diff options
author | Timo Teräs <timo.teras@iki.fi> | 2018-02-06 15:25:14 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-02-06 15:26:26 +0000 |
commit | b40c1bb4da51373d22ac6053ee90b6eb3641f036 (patch) | |
tree | dce66f13ce9b238fd3834de8cb80d263773b64f1 /main/redis/APKBUILD | |
parent | f308e000c85514c74c24eac364cbc378845d0324 (diff) | |
download | aports-b40c1bb4da51373d22ac6053ee90b6eb3641f036.tar.bz2 aports-b40c1bb4da51373d22ac6053ee90b6eb3641f036.tar.xz |
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.
Diffstat (limited to 'main/redis/APKBUILD')
-rw-r--r-- | main/redis/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/redis/APKBUILD b/main/redis/APKBUILD index 9faf6b6abf..ce219a48c4 100644 --- a/main/redis/APKBUILD +++ b/main/redis/APKBUILD @@ -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" |