Skip to content
Snippets Groups Projects
Commit d482c4e5 authored by Georg Hinkel's avatar Georg Hinkel Committed by Luc Guyot
Browse files

[No Story] Correct handling of VIRTUAL_ENV variable

Change-Id: I71b42bbbabd8c1807fb410c919f23299b09f07e8
parent 5889bb04
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
# This script is designed for local usage. # This script is designed for local usage.
export VIRTUAL_ENV=$NRP_VIRTUAL_ENV
# Code coverage does not seem work without /nfs4 or /gpfs access # Code coverage does not seem work without /nfs4 or /gpfs access
make test-nocover make test-nocover
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
# Ignore generated files. # Ignore generated files.
export IGNORE_LINT="platform_venv|hbp_nrp_music_xml/hbp_nrp_music_xml/schema/generated" export IGNORE_LINT="platform_venv|hbp_nrp_music_xml/hbp_nrp_music_xml/schema/generated"
export VIRTUAL_ENV=$NRP_VIRTUAL_ENV
# This script only runs static code analysis, the tests can be run separately using run_tests.sh # This script only runs static code analysis, the tests can be run separately using run_tests.sh
make run_pep8 run_pylint 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