Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tumbler-thumbnailing
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tests
tumbler-thumbnailing
Commits
5f7c5884
Commit
5f7c5884
authored
6 years ago
by
Frédéric Dalleau
Browse files
Options
Downloads
Patches
Plain Diff
Fix unitialized variable in test path
Signed-off-by:
Frédéric Dalleau
<
frederic.dalleau@collabora.com
>
parent
fe68fdf5
Branches
apertis/v2021
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
update-test-path
+6
-1
6 additions, 1 deletion
update-test-path
with
6 additions
and
1 deletion
update-test-path
+
6
−
1
View file @
5f7c5884
PATH=${TESTPATH}/common:${TESTPATH}/bin:$PATH
# Current test directory extracted from pwd
TESTPATH=$(pwd)
# Path for architecture independant binaries
PATH=${TESTPATH}/common:${TESTPATH}/bin:$PATH
# Path for architecture specific binaries
case `uname -m` in
x86_64) PATH=${TESTPATH}/amd64/bin:$PATH; ;;
armv7l) PATH=${TESTPATH}/armhf/bin:$PATH; ;;
...
...
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
register
or
sign in
to comment