Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/flawfinder/
Date: Mon, 29 Apr 2019 12:32:42
Message-Id: 1556541097.8689d00dcf850304208c658ecc0e18abb81c2892.mgorny@gentoo
1 commit: 8689d00dcf850304208c658ecc0e18abb81c2892
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 29 12:31:37 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 29 12:31:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8689d00d
7
8 dev-util/flawfinder: Run tests for all Python impls
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/flawfinder/flawfinder-2.0.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/flawfinder/flawfinder-2.0.7.ebuild b/dev-util/flawfinder/flawfinder-2.0.7.ebuild
16 index 773f6f36ef0..cf9cdb27f94 100644
17 --- a/dev-util/flawfinder/flawfinder-2.0.7.ebuild
18 +++ b/dev-util/flawfinder/flawfinder-2.0.7.ebuild
19 @@ -26,7 +26,7 @@ src_prepare() {
20 default
21 }
22
23 -src_test() {
24 +python_test() {
25 emake test
26 }