dev-python/pyxattr: Make tests verbose
authorMichał Górny <mgorny@gentoo.org>
Tue, 24 Apr 2018 16:03:39 +0000 (18:03 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 24 Apr 2018 16:08:59 +0000 (18:08 +0200)
dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild

index eab5d45fc294e7df5a483f95807622eeab859aeb..426732b4ae688f4cbc85f4931118698a5094d3e6 100644 (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() {