mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
validate:launcher: Fix printing application name in the logs
This commit is contained in:
parent
dd97535391
commit
148bb081b8
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ class Test(Loggable):
|
|||
self.out.write("**Test name**: `%s`\n\n"
|
||||
"**Command**:\n\n``` bash\n%s\n```\n\n" % (
|
||||
self.classname, self.get_command_repr()))
|
||||
self.out.write("**%s logs**:\n\n``` log\n\n" % self.command[0])
|
||||
self.out.write("**%s logs**:\n\n``` log\n\n" % self.application)
|
||||
self.out.flush()
|
||||
else:
|
||||
message = "Launching: %s%s\n" \
|
||||
|
|
Loading…
Reference in a new issue