[Bug 743063] validate: launcher: Add option to run tests in parallel
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Jan 20 06:14:04 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=743063
GStreamer | gst-devtools | git master
Thibault Saunier <tsaunier> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #294993|none |reviewed
status| |
--- Comment #24 from Thibault Saunier <tsaunier at gnome.org> 2015-01-20 14:13:59 UTC ---
Review of attachment 294993:
--> (https://bugzilla.gnome.org/review?bug=743063&attachment=294993)
Nicely simple :)
::: validate/launcher/main.py
@@ +430,3 @@
help="Redirect logs to 'stdout' or 'sdterr'.")
+ dir_group.add_argument("-j", "--jobs", dest="num_jobs",
+ help="Number of tests to execute simultaneously")
You could put type=int instead of checking the type yourself.
--
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