X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=7f5914812bcae1b371ed323547c1f87eb22120b1;hb=c34c9f443736689404f7f9e2b3b140192147c152;hp=afebb0b3c533c58c4810e3758814744fac91df90;hpb=cce1de28208178a9bc48aa80166767a8ced7298a;p=nepi.git diff --git a/Makefile b/Makefile index afebb0b3..7f591481 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ coverage: all rm -f .coverage for i in `find "$(TESTDIR)" -perm -u+x -type f`; do \ set -e; \ - TESTLIBPATH="$(TESTLIB)" PYTHONPATH="$(PYPATH)" $(COVERAGE) -x $$i; \ + TESTLIBPATH="$(TESTLIB)" PYTHONPATH="$(PYPATH)" $(COVERAGE) -x $$i -v; \ done $(COVERAGE) -c $(COVERAGE) -r -m `find "$(BUILDDIR)" -name \\*.py -type f`