From: Cyril Hrubis <chrubis@suse.cz>
To: Andrea Cervesato <andrea.cervesato@suse.de>
Cc: ltp@lists.linux.it
Subject: Re: [LTP] [PATCH v1 2/2] options: add new --run-pattern
Date: Fri, 14 Feb 2025 11:16:24 +0100 [thread overview]
Message-ID: <Z68X-GLzmpViuimC@yuki.lan> (raw)
In-Reply-To: <20250213133730.27999-3-andrea.cervesato@suse.de>
Hi!
> Add the --run-pattern|-S option to filter tests based on a specific
> string pattern. This option accepts a list of strings, allowing users
> to specify multiple patterns. A common usage example is as follows:
>
> kirk --run-pattern sendfile madvice
>
> Each string is compared against the labels defined in the runtest file,
> and only tests containing the specified patterns will be executed.
So this is a substring match, right? I wonder if we should use a regular
expression instead, so that we can do more complex matches.
--
Cyril Hrubis
chrubis@suse.cz
--
Mailing list info: https://lists.linux.it/listinfo/ltp
next prev parent reply other threads:[~2025-02-14 10:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-13 13:37 [LTP] [PATCH v1 0/2] kirk: add --run-pattern option Andrea Cervesato
2025-02-13 13:37 ` [LTP] [PATCH v1 1/2] ci: test linting only with python 3.9 Andrea Cervesato
2025-02-13 13:37 ` [LTP] [PATCH v1 2/2] options: add new --run-pattern Andrea Cervesato
2025-02-14 10:16 ` Cyril Hrubis [this message]
2025-02-14 10:48 ` Andrea Cervesato via ltp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Z68X-GLzmpViuimC@yuki.lan \
--to=chrubis@suse.cz \
--cc=andrea.cervesato@suse.de \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.