[Bug 742973] validate: launcher: Fix log file creation when redirecting to stdout
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Jan 15 08:11:57 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=742973
GStreamer | gst-devtools | git
--- Comment #6 from Ramiro Polla <ramiro.polla at collabora.co.uk> 2015-01-15 16:11:52 UTC ---
Review of attachment 294600:
--> (https://bugzilla.gnome.org/review?bug=742973&attachment=294600)
::: validate/launcher/baseclasses.py
@@ +340,3 @@
+ def clean(self):
+ Test.clean(self)
+ self._sent_eos_pos = None
When the full parameter was added, the behaviour of clean() changed from from
just setting _sent_eos_pos to setting _sent_eos_pos and removing the temporary
file. full=True would do both, full=False would just remove the file. Now that
the file is no longer needed, we can go back to the previous behaviour.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list