mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
validate: launcher: Print test name in Result
https://bugzilla.gnome.org/show_bug.cgi?id=743063
This commit is contained in:
parent
c0cefecd23
commit
d833a51134
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ class Test(Loggable):
|
|||
self.thread.join()
|
||||
self.time_taken = time.time() - self._starting_time
|
||||
|
||||
printc("Result: %s%s\n" % (self.result,
|
||||
printc("%s: %s%s\n" % (self.classname, self.result,
|
||||
" (" + self.message + ")" if self.message else ""),
|
||||
color=utils.get_color_for_result(self.result))
|
||||
|
||||
|
|
Loading…
Reference in a new issue