[PATCH v2 2/4] test: Allow simple glob pattern in the test name
Simon Glass
sjg at chromium.org
Thu Apr 29 18:03:56 CEST 2021
On Thu, 11 Feb 2021 at 07:40, Andy Shevchenko
<andriy.shevchenko at linux.intel.com> wrote:
>
> 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 at linux.intel.com>
> ---
> v2: rebased against dm/test-working branch (Simon)
Sadly that is deferred, but we can pick this patch up later.
> test/test-main.c | 11 +++++++++--
> 1 file changed, 9 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list