Skip to content

Commit

Permalink
Merge pull request #599 from TriBITSPub/small-comment-fix-2023-01-12
Browse files Browse the repository at this point in the history
Small comment fix
  • Loading branch information
bartlettroscoe authored Jan 25, 2024
2 parents 685c8d5 + 2b6e1aa commit cc331f5
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit cc331f5

Please sign in to comment.