summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/message/message-loglevel-status-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).
* message(): Add support for log levelsAlex Turbov2019-04-281-0/+1
Relates: #18943 Co-Authored-By: Craig Scott <craig.scott@crascit.com>