mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
validate:launcher: Minor output string message
This commit is contained in:
parent
e0f683dde9
commit
4f009f4098
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ class Test(Loggable):
|
|||
elif self.process.returncode in COREDUMP_SIGNALS:
|
||||
self.add_stack_trace_to_logfile()
|
||||
self.set_result(Result.FAILED,
|
||||
"Application segfaulted, returne code: %d" % (
|
||||
"Application crashed, return code: %d" % (
|
||||
self.process.returncode))
|
||||
elif self.process.returncode == VALGRIND_ERROR_CODE:
|
||||
self.set_result(Result.FAILED, "Valgrind reported errors")
|
||||
|
|
Loading…
Reference in a new issue