mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +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+')
|
||||
|
||||
def finalize_logfiles(self):
|
||||
self.out.write("\n**Duration**: %s" % self.time_taken)
|
||||
if not self.options.redirect_logs:
|
||||
self.out.flush()
|
||||
for logfile in self.extra_logfiles:
|
||||
|
|
Loading…
Reference in a new issue