mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-metrics/redis_exporter: RESTRICT=test
Bug: https://bugs.gentoo.org/732474 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
@@ -434,6 +434,7 @@ RDEPEND="
|
||||
acct-user/redis_exporter
|
||||
acct-group/redis_exporter"
|
||||
DEPEND="${RDEPEND}"
|
||||
RESTRICT+=" test"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
@@ -451,7 +452,7 @@ src_compile() {
|
||||
}
|
||||
|
||||
src_test() {
|
||||
go test -work "${EGO_PN}" || die
|
||||
go test -work ./... || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user