Skip to content

Commit

Permalink
app-metrics/prom2json: fix tests
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/893148
Signed-off-by: William Hubbs <[email protected]>
  • Loading branch information
williamh committed Feb 4, 2023
1 parent 3cbb30e commit c481d29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app-metrics/prom2json/prom2json-1.3.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand Down Expand Up @@ -29,6 +29,10 @@ src_compile() {
promu build --prefix bin || die
}

src_test() {
emake test-flags= test || die
}

src_install() {
dobin bin/*
dodoc {README,CONTRIBUTING}.md
Expand Down

0 comments on commit c481d29

Please sign in to comment.