summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-07-25 12:47:17 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-07-25 12:47:17 (GMT)
commit17fb435b213c660bd320cc85752444f5e13ce90a (patch)
tree1263fb4ab3c9839ee606749ea60b7e95f0913ad7
parent2f8dace125a0d0f7e731e439eaa4a2a27b687248 (diff)
parentc80a4f92cea370b3cc9b9f3e03332c7eb7a6a31a (diff)
downloadCMake-17fb435b213c660bd320cc85752444f5e13ce90a.zip
CMake-17fb435b213c660bd320cc85752444f5e13ce90a.tar.gz
CMake-17fb435b213c660bd320cc85752444f5e13ce90a.tar.bz2
Merge topic 'doc-RunCMake-strips-expected'
c80a4f9 Tests/RunCMake: Document stripping of expected output
-rw-r--r--Tests/RunCMake/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/CMakeLists.txt b/Tests/RunCMake/CMakeLists.txt
index 12f68d7..e47fae4 100644
--- a/Tests/RunCMake/CMakeLists.txt
+++ b/Tests/RunCMake/CMakeLists.txt
@@ -28,7 +28,7 @@
# <SubTest>-stdout.txt = Regex matching expected stdout content
# <SubTest>-stderr.txt = Regex matching expected stderr content
# <SubTest>-check.cmake = Custom result check
-# Note that trailing newlines will be stripped from actual test
+# Note that trailing newlines will be stripped from actual and expected test
# output before matching against the stdout and stderr expressions.
# The code in <SubTest>-check.cmake may use variables
# RunCMake_TEST_SOURCE_DIR = Top of test source tree