Skip to content

-xst argument not behaving as documented #1871

@morShyo

Description

@morShyo

Hello!

In src/CppUTest/CommandLineArguments.cpp it is described as this:
"-xst < grp >.< name > - exclude tests whose group and name exactly match < grp > and < name >\n""

But all it ends up doing is excluding all tests whose < grp > OR < name > matches. So it skips the whole < grp >, not just one test with the < name > from the < grp >.

I just want to confirm that the -xst flag doesn't work as intended so I can propose a possible pull request to fix it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions