[Bug 743063] validate: launcher: Add option to run tests in parallel
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Jan 20 06:14:26 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=743063
GStreamer | gst-devtools | git master
Thibault Saunier <tsaunier> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #294990|none |reviewed
status| |
--- Comment #27 from Thibault Saunier <tsaunier at gnome.org> 2015-01-20 14:14:24 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 think we should also print the test class here (would look better)
--
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