[Bug 743063] validate: launcher: Add option to run tests in parallel
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Jan 20 08:14:08 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=743063
GStreamer | gst-devtools | git master
--- Comment #35 from Ramiro Polla <ramiro.polla at collabora.co.uk> 2015-01-20 16:14:03 UTC ---
Review of attachment 294990:
--> (https://bugzilla.gnome.org/review?bug=743063&attachment=294990)
::: validate/launcher/baseclasses.py
@@ +814,3 @@
+ def print_test_num(self, test):
+ cur_test_num = self.starting_test_num + self.tests.index(test) + 1
+ sys.stdout.write("[%d / %d] " % (cur_test_num, self.total_num_tests))
I'm adding a new patch for this (validate: launcher: Print test name in
Result). It can be applied independently from this patchset.
--
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