Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BrainSimulation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Neurorobotics Platform
BrainSimulation
Commits
d482c4e5
Commit
d482c4e5
authored
Dec 7, 2017
by
Georg Hinkel
Committed by
Luc Guyot
Feb 8, 2018
Browse files
Options
Downloads
Patches
Plain Diff
[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
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
run_tests.sh
+1
-0
1 addition, 0 deletions
run_tests.sh
verify.sh
+1
-0
1 addition, 0 deletions
verify.sh
with
2 additions
and
0 deletions
run_tests.sh
+
1
−
0
View file @
d482c4e5
#!/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
...
...
This diff is collapsed.
Click to expand it.
verify.sh
+
1
−
0
View file @
d482c4e5
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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
sign in
to comment