GNOME Bugzilla – Bug 749288
validate:launcher: Add protocol filter option
Last modified: 2015-05-14 05:20:39 UTC
This is a suggestion to add protocol filter option. If specific protocols are given, only tests for the protocols will be executed. For example, this option can be used to run hls tests only.
Created attachment 303292 [details] [review] validate:launcher: Add protocol filter option patch
Why not use -t '.*protocol.*' ? The test names should always follow that pattern: $launcher_appname.$protocol.... If you want to make sure to run only the validate tests (meaning not the ges ones for example) with the http protocol you can just do: gst-validate-launcher -t 'validate.http.*'
I missed the option. It is working great. Thanks!