From: Michał Górny Date: Mon, 29 Apr 2019 12:31:37 +0000 (+0200) Subject: dev-util/flawfinder: Run tests for all Python impls X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8689d00dcf850304208c658ecc0e18abb81c2892;p=gentoo.git dev-util/flawfinder: Run tests for all Python impls Signed-off-by: Michał Górny --- diff --git a/dev-util/flawfinder/flawfinder-2.0.7.ebuild b/dev-util/flawfinder/flawfinder-2.0.7.ebuild index 773f6f36ef09..cf9cdb27f945 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 }