Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
common
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
common
Commits
42932424
Commit
42932424
authored
6 years ago
by
Frédéric Dalleau
Browse files
Options
Downloads
Patches
Plain Diff
Remove --no-lava flag from the tests
parent
5630d997
Branches
apertis/v2024pre
apertis/v2025dev0
apertis/v2025dev1
Branches containing commit
Tags
apertis/3.0.8-3+apertis3
Tags containing commit
No related merge requests found
Pipeline
#272
canceled
6 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
run-aa-test
+1
-1
1 addition, 1 deletion
run-aa-test
with
1 addition
and
1 deletion
run-aa-test
+
1
−
1
View file @
42932424
...
...
@@ -87,7 +87,7 @@ if [ ! -x $CMDLINE ]; then
exit
1
fi
CMDLINE
=
"
${
CMDLINE
}
--no-lava
"
CMDLINE
=
"
${
CMDLINE
}
"
if
[
"
${
RUN_AA_TEST_TIMEOUT
}
"
!=
""
]
;
then
CMDLINE
=
"
${
CMDLINE
}
--timeout=
${
RUN_AA_TEST_TIMEOUT
}
"
...
...
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