Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
21b9d65d
Commit
21b9d65d
authored
Oct 22, 2018
by
Samuel GAIST
Browse files
[test][docker_execution] Print container logs if cxx algorithm build fails
parent
0d4a9bb5
Pipeline
#24491
failed with stages
in 28 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
beat/core/test/test_docker_execution.py
View file @
21b9d65d
...
...
@@ -89,6 +89,9 @@ class TestDockerExecution(BaseExecutionMixIn):
self
.
host
.
start
(
builder_container
)
status
=
self
.
host
.
wait
(
builder_container
)
if
status
!=
0
:
print
(
self
.
host
.
logs
(
builder_container
))
self
.
host
.
rm
(
builder_container
)
assert
status
==
0
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment