Skip to content
Snippets Groups Projects
Commit 698e1d2e authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Output test results in xml file

parent 142addc2
No related branches found
No related tags found
No related merge requests found
Pipeline #3982 failed
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment