Skip to content
Snippets Groups Projects
Commit 84e2f9df authored by Georg Hinkel's avatar Georg Hinkel
Browse files

[No Story] Correct handling of VIRTUAL_ENV variable

Change-Id: I6a9a3f7413ce37be1547a2c1b5ad95e7cbb5bb7a
parent ec26090c
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