summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/README.rst
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-12-16 21:11:40 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-12-31 15:34:34 (GMT)
commit73ae888506c89b8c0619905f4c19b79116afb514 (patch)
treec7af7e40b479536d725266181876cefb735947a9 /Tests/RunCMake/README.rst
parentc2445d3dfd837cd2e372061f5545054317be110a (diff)
downloadCMake-73ae888506c89b8c0619905f4c19b79116afb514.zip
CMake-73ae888506c89b8c0619905f4c19b79116afb514.tar.gz
CMake-73ae888506c89b8c0619905f4c19b79116afb514.tar.bz2
RunCMake: Expect empty output by default.
Expect tests to specify stderr content if it is present. Fix the CMP0019 test, which has only been testing the WARN status until now. Specify in the CommandLine and FPHSA tests that content is at least one character. Set policies in the Language and CheckModules tests, which have empty test output, modulo unrelated policies on some platforms.
Diffstat (limited to 'Tests/RunCMake/README.rst')
-rw-r--r--Tests/RunCMake/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/README.rst b/Tests/RunCMake/README.rst
index 536cff2..e801a86 100644
--- a/Tests/RunCMake/README.rst
+++ b/Tests/RunCMake/README.rst
@@ -41,7 +41,7 @@ but do not actually build anything. To add a test:
``<SubTest>-stdout.txt``
Regex matching expected stdout content
``<SubTest>-stderr.txt``
- Regex matching expected stderr content
+ Regex matching expected stderr content, if not "^$"
``<SubTest>-check.cmake``
Custom result check.