commit | ff232a72969567cd0339d4f96fa0b1840bef500e | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu Feb 11 16:40:10 2021 +0200 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 29 03:23:39 2021 -0700 |
tree | cce0d119eba70306668877a132b7eba168dcc820 | |
parent | 170732523bad74cd3a19c3993ba06c789c843ccf [diff] |
test: Allow simple glob pattern in the test name When run `ut dm [test name]` allow to use simple pattern to run all tests started with given prefix. For example, to run all ACPI test cases: ut dm acpi* Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Simon Glass <sjg@chromium.org>