mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
validate:tools: Add informations about the test in the log files
This commit is contained in:
parent
a6f3d5270c
commit
1c614b9ed9
1 changed files with 7 additions and 0 deletions
|
@ -171,6 +171,13 @@ class Test(Loggable):
|
|||
|
||||
self.time_taken = time.time() - self._starting_time
|
||||
|
||||
self.reporter.out.seek(0)
|
||||
self.reporter.out.write("=================\n"
|
||||
"Test name: %s\n"
|
||||
"Command: '%s'\n"
|
||||
"=================\n\n"
|
||||
% (self.classname, self.command))
|
||||
|
||||
|
||||
class GstValidateTest(Test):
|
||||
|
||||
|
|
Loading…
Reference in a new issue