summaryrefslogtreecommitdiff
path: root/dev-python/yara-python/yara-python-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/yara-python/yara-python-9999.ebuild')
-rw-r--r--dev-python/yara-python/yara-python-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/yara-python/yara-python-9999.ebuild b/dev-python/yara-python/yara-python-9999.ebuild
index a957933416c0..abe42fd90f95 100644
--- a/dev-python/yara-python/yara-python-9999.ebuild
+++ b/dev-python/yara-python/yara-python-9999.ebuild
@@ -31,11 +31,10 @@ distutils_enable_tests unittest
python_configure_all() {
cat >> setup.cfg <<-EOF
- [build_ext]
dynamic_linking = True
EOF
}
python_test() {
- "${EPYTHON}" tests.py || die "Tests fail with ${EPYTHON}"
+ "${EPYTHON}" tests.py -v || die "Tests fail with ${EPYTHON}"
}