commit: 8689d00dcf850304208c658ecc0e18abb81c2892 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Apr 29 12:31:37 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Apr 29 12:31:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8689d00d
dev-util/flawfinder: Run tests for all Python impls Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-util/flawfinder/flawfinder-2.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/flawfinder/flawfinder-2.0.7.ebuild b/dev-util/flawfinder/flawfinder-2.0.7.ebuild index 773f6f36ef0..cf9cdb27f94 100644 --- a/dev-util/flawfinder/flawfinder-2.0.7.ebuild +++ b/dev-util/flawfinder/flawfinder-2.0.7.ebuild @@ -26,7 +26,7 @@ src_prepare() { default } -src_test() { +python_test() { emake test }