dev-python/pyxattr: Make tests verbose

This commit is contained in:
Michał Górny
2018-04-24 18:03:39 +02:00
parent 1cfb464fb4
commit bb526c2728

View File

@@ -60,7 +60,7 @@ src_test() {
}
python_test() {
nosetests || die "Tests fail with ${EPYTHON}"
nosetests -v || die "Tests fail with ${EPYTHON}"
}
python_install_all() {