summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/message/message-log-level-default-stdout.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Message log level tests must fail on unwanted outputCraig Scott2019-10-121-1/+1
| | | | | | The previous regular expressions were allowing output from lower log levels. The tests still pass after these changes but will now catch regressions (previously they would not have).
* CLI: Rename --loglevel to --log-level for naming consistencyCraig Scott2019-10-101-0/+1
Other multi-word command line options use hyphens to separate the words, so the --loglevel option introduced in CMake 3.15 was inconsistent in this regard. Rename it to --log-level but still support the original --loglevel name to preserve backward compatibility.