mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 19:42:26 +00:00
validate:launcher: Print the duration of the test run in the logs
This commit is contained in:
parent
5b82274f17
commit
600c5a27ed
1 changed files with 1 additions and 0 deletions
|
@ -239,6 +239,7 @@ class Test(Loggable):
|
||||||
self.out = open(path, 'w+')
|
self.out = open(path, 'w+')
|
||||||
|
|
||||||
def finalize_logfiles(self):
|
def finalize_logfiles(self):
|
||||||
|
self.out.write("\n**Duration**: %s" % self.time_taken)
|
||||||
if not self.options.redirect_logs:
|
if not self.options.redirect_logs:
|
||||||
self.out.flush()
|
self.out.flush()
|
||||||
for logfile in self.extra_logfiles:
|
for logfile in self.extra_logfiles:
|
||||||
|
|
Loading…
Reference in a new issue