On Thu, Feb 4, 2021 at 9:31 AM Daniel Latypov <dlaty...@google.com> wrote: > > This allows running different subsets of tests, e.g. > > $ ./tools/testing/kunit/kunit.py build > $ ./tools/testing/kunit/kunit.py exec 'list*' > $ ./tools/testing/kunit/kunit.py exec 'kunit*' > > This passes the "kunit_filter.glob" commandline option to the UML > kernel, which currently only supports filtering by suite name. > > Signed-off-by: Daniel Latypov <dlaty...@google.com>
Reviewed-by: Brendan Higgins <brendanhigg...@google.com>