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.cmdline
Commits
10670ed6
Commit
10670ed6
authored
May 04, 2017
by
Philip ABBET
Browse files
'beat algo execute' now displays the stderr of the containerized process in case of failure
parent
75af3aec
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/cmdline/algorithms.py
View file @
10670ed6
...
...
@@ -323,6 +323,9 @@ def execute(prefix, cache, instructions_file):
# Execute the algorithm
with
executor
:
result
=
executor
.
process
(
host
)
if
result
[
'status'
]
!=
0
:
print
'STDERR:'
print
result
[
'stderr'
]
# Display the results
if
configuration
.
has_key
(
'outputs'
):
# Standard algorithm
...
...
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