diff --git a/Makefile b/Makefile index bdcb315dbec7686bdbba619b2e856f1564888fba..8868f52a5eda93c8d0e2d9b17458aa9f0f72a0d0 100644 --- a/Makefile +++ b/Makefile @@ -613,7 +613,7 @@ pylint-pedantic: FORCE test: FORCE @echo "\n$(GREEN)*** Checking code with nosetests ***$(NC)\n" @echo "Python version: `$(PYTHON) --version`" - APP_ROOT_PATH=$(shell realpath ./chroot) PYTHONPATH=$(DIR_LIB) $(PYTHON) -W always::DeprecationWarning -m nose2 + APP_ROOT_PATH=$(shell realpath ./chroot) PYTHONPATH=$(DIR_LIB) $(PYTHON) -W always::DeprecationWarning -m nose2 --junit-xml coverage: FORCE @echo "\n$(GREEN)*** Checking test code coverage with nosetests and coverage ***$(NC)\n"