]> git.ipfire.org Git - thirdparty/curl.git/commit
runtests: add feature-based filtering
authorAquila Macedo <aquilamacedo@riseup.net>
Fri, 7 Mar 2025 21:40:34 +0000 (18:40 -0300)
committerDan Fandrich <dan@coneharvesters.com>
Mon, 17 Mar 2025 18:15:32 +0000 (11:15 -0700)
commit912efa2d1c33531561f044af72e4451e08682883
treefce06c3a0b02e22b036160113c67a0c8422c8bd0
parentc6c6ee2a925f584b6c0416302369d639bd60a94a
runtests: add feature-based filtering

This commit introduces support for features in the test selection
process by adding them to the keywords list with the `feat:` prefix. It
allows users to specify features to run only tests with them, or exclude
tests using `!feat:<feature>`, similar to how keywords are handled.

Fixes #16533
Closes #16619

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
tests/runtests.md
tests/runtests.pl