Re: [PATCH v2 1/3] test-lib: allow selecting tests by substring/regex with --run
From: Junio C Hamano <hidden> Date: 2020-10-15 16:09:40
Jeff King [off-list ref] writes:
Thinking on it more, globs are probably a more natural fit here.
Especially if we do eventually allow selection of scripts by name, too
(e.g., for GIT_SKIP_TESTS), matching those filenames with a glob would
match what happens on the command-line.
Ah, I didn't think of "match with filenames" but yes that is a good
complement to our "match with test titles" to be consistent with.
Thanks.