[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAFd5g45_j-uw0tLVv_i6yHXOE46RKpJ7HoXJyfDBGk8=2jxdcA@mail.gmail.com>
Date: Thu, 4 Feb 2021 11:47:02 -0800
From: Brendan Higgins <brendanhiggins@...gle.com>
To: Daniel Latypov <dlatypov@...gle.com>
Cc: David Gow <davidgow@...gle.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
"open list:KERNEL SELFTEST FRAMEWORK"
<linux-kselftest@...r.kernel.org>,
Shuah Khan <skhan@...uxfoundation.org>
Subject: Re: [PATCH v2 2/3] kunit: tool: add support for filtering suites by glob
On Thu, Feb 4, 2021 at 9:31 AM Daniel Latypov <dlatypov@...gle.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 <dlatypov@...gle.com>
Reviewed-by: Brendan Higgins <brendanhiggins@...gle.com>
Powered by blists - more mailing lists