summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-04-29 14:31:37 +0200
committerMichał Górny <mgorny@gentoo.org>2019-04-29 14:31:37 +0200
commit8689d00dcf850304208c658ecc0e18abb81c2892 (patch)
tree91fe1dcca41fd9ec7b5cdcf2e7066a6375512fe8 /dev-util/flawfinder
parentdev-util/flawfinder: bump to 2.0.7 (diff)
downloadgentoo-8689d00dcf850304208c658ecc0e18abb81c2892.tar.gz
gentoo-8689d00dcf850304208c658ecc0e18abb81c2892.tar.bz2
gentoo-8689d00dcf850304208c658ecc0e18abb81c2892.zip
dev-util/flawfinder: Run tests for all Python impls
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/flawfinder')
-rw-r--r--dev-util/flawfinder/flawfinder-2.0.7.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}