Skip to content
Snippets Groups Projects
Commit 6eeaa35e authored by Luc Guyot's avatar Luc Guyot Committed by BBP code review
Browse files

Merge "[No Story] Correct handling of VIRTUAL_ENV variable" into development

parents d13a9caa 84e2f9df
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@
# This script is designed for local usage.
# Code coverage does not seem work without /nfs4 or /gpfs access
export VIRTUAL_ENV=$NRP_VIRTUAL_ENV
make test-nocover
RET=$?
......
......@@ -3,6 +3,7 @@
# Ignore generated files.
export IGNORE_LINT="platform_venv"
export VIRTUAL_ENV=$NRP_VIRTUAL_ENV
# This script only runs static code analysis, the tests can be run separately using run_tests.sh
make run_pep8 run_pylint
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment