Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirtualCoach
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Neurorobotics Platform
VirtualCoach
Commits
6eeaa35e
Commit
6eeaa35e
authored
7 years ago
by
Luc Guyot
Committed by
BBP code review
7 years ago
Browse files
Options
Downloads
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
run_tests.sh
+2
-0
2 additions, 0 deletions
run_tests.sh
verify.sh
+1
-0
1 addition, 0 deletions
verify.sh
with
3 additions
and
0 deletions
run_tests.sh
+
2
−
0
View file @
6eeaa35e
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
# This script is designed for local usage.
# This script is designed for local usage.
# Code coverage does not seem work without /nfs4 or /gpfs access
# Code coverage does not seem work without /nfs4 or /gpfs access
export
VIRTUAL_ENV
=
$NRP_VIRTUAL_ENV
make test-nocover
make test-nocover
RET
=
$?
RET
=
$?
...
...
This diff is collapsed.
Click to expand it.
verify.sh
+
1
−
0
View file @
6eeaa35e
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
# Ignore generated files.
# Ignore generated files.
export
IGNORE_LINT
=
"platform_venv"
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
# 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment