Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Thibault Saunier
gst-devtools
Commits
5692f8d7
Commit
5692f8d7
authored
Jan 15, 2019
by
Thibault Saunier
🌵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
validate:launcher: Fix error message about 'crashed' test
parent
43839329
Pipeline
#15046
passed with stages
in 16 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
validate/launcher/baseclasses.py
validate/launcher/baseclasses.py
+1
-1
No files found.
validate/launcher/baseclasses.py
View file @
5692f8d7
...
...
@@ -919,7 +919,7 @@ class GstValidateTest(Test):
return
elif
self
.
process
.
returncode
in
COREDUMP_SIGNALS
:
result
=
Result
.
FAILED
msg
=
"Application
segfaulted "
msg
=
"Application
crashed, return code: %d"
%
(
self
.
process
.
returncode
)
self
.
add_stack_trace_to_logfile
()
elif
self
.
process
.
returncode
==
VALGRIND_ERROR_CODE
:
msg
=
"Valgrind reported errors "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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