]> code.ossystems Code Review - openembedded-core.git/commit
scripts/oe-selftest: Add search expression matching to run/list options
authorHumberto Ibarra <humberto.ibarra.lopez@intel.com>
Fri, 11 Mar 2016 16:28:24 +0000 (10:28 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Mar 2016 22:11:20 +0000 (22:11 +0000)
commit01a242645cc12daed3f4da30d8c49813642d75e6
tree0add34d3a434f42800a63bc5a0ab763b8f4f3a42
parent0a009dbfff32566341b2888530423f90f1b3d945
scripts/oe-selftest: Add search expression matching to run/list options

The oe-selftest script required an exact matching for the parameters
passed to its run-tests-by and list-tests-by options. Many tests
can be retrieved here and filtering is a must.

This patch add this filtering functionality by enabling the use
of wildcards such as "*".

[Yocto #8916]

Signed-off-by: Humberto Ibarra <humberto.ibarra.lopez@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-selftest