commit | d91cfbb239888e8a7d411cad598a156c95f7d397 | [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 | 705b84b11595dba361ec9564deb29f206deab2e5 [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>