Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small comment fix #599

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set_tests_properties(Package1_Prg-advanced
PROPERTIES PASS_REGULAR_EXPRESSION "something_extra")

# NOTE: With raw CMake/CTest, it is not possible to require the matches of
# multiple regexes (i.e. not the require the match of *both* "Package1 Deps:
# multiple regexes (i.e. require the match of *both* "Package1 Deps:
# tpl1" and "something_extra"). Also, it is not possible to require a
# non-zero return code in addition to requiring a regex match the output.
# These more advanced features of tribits_add_advanced_test() would need to be
Expand Down
Loading