diff options
| author | Yucong Sun <[email protected]> | 2021-08-17 04:47:32 +0000 |
|---|---|---|
| committer | Andrii Nakryiko <[email protected]> | 2021-08-17 18:31:29 +0000 |
| commit | 74339a8f866cdcca3f701c859b43b538890d905b (patch) | |
| tree | 66046b3c7226da4f6ede6d10ab5d0ac30383e3b0 /net/unix/af_unix.c | |
| parent | selftests/bpf: Also print test name in subtest status message (diff) | |
| download | kernel-74339a8f866cdcca3f701c859b43b538890d905b.tar.gz kernel-74339a8f866cdcca3f701c859b43b538890d905b.zip | |
selftests/bpf: Support glob matching for test selector.
This patch adds '-a' and '-d' arguments supporting both exact string match as
well as using '*' wildcard in test/subtests selection. '-a' and '-t' can
co-exists, same as '-d' and '-b', in which case they just add to the list of
allowed or denied test selectors.
Caveat: Same as the current substring matching mechanism, test and subtest
selector applies independently, 'a*/b*' will execute all tests matching "a*",
and with subtest name matching "b*", but tests matching "a*" that has no
subtests will also be executed.
Signed-off-by: Yucong Sun <[email protected]>
Signed-off-by: Andrii Nakryiko <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
