Skip to content

Commit

Permalink
Small comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlettroscoe committed Jan 13, 2024
1 parent 685c8d5 commit 2b6e1aa
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 2b6e1aa

Please sign in to comment.