summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 033ea9f9..eb241787 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ PY_ALL_FILES = $(PY_SRC_FILES) $(wildcard rtemsqual/tests/*.py)
all: check format analyse coverage-report
check: check-env
- coverage run -m pytest -v rtemsqual/tests
+ coverage run -m pytest -vv rtemsqual/tests
format: $(PY_ALL_FILES) | check-env
yapf -i $^