diff options
| author | Yucong Sun <[email protected]> | 2021-08-16 21:47:32 -0700 |
|---|---|---|
| committer | Andrii Nakryiko <[email protected]> | 2021-08-17 11:31:29 -0700 |
| commit | 74339a8f866cdcca3f701c859b43b538890d905b (patch) | |
| tree | 66046b3c7226da4f6ede6d10ab5d0ac30383e3b0 /tools/perf/scripts/python/exported-sql-viewer.py | |
| parent | 99c4fd8b92b3dc6db1afa0e252d3054d501a03ca (diff) | |
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 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions