diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2013-07-24 18:01:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-07-25 12:38:53 (GMT) |
commit | c80a4f92cea370b3cc9b9f3e03332c7eb7a6a31a (patch) | |
tree | 05c824e1df68962e7b0510732670ec898fb10cc8 /Tests | |
parent | cb57ce249e9bfa43ef39eac482d5edb037f3ddc8 (diff) | |
download | CMake-c80a4f92cea370b3cc9b9f3e03332c7eb7a6a31a.zip CMake-c80a4f92cea370b3cc9b9f3e03332c7eb7a6a31a.tar.gz CMake-c80a4f92cea370b3cc9b9f3e03332c7eb7a6a31a.tar.bz2 |
Tests/RunCMake: Document stripping of expected output
Document that trailing newlines are stripped from the -stdout.txt
and -stderr.txt content before using as a regular expression.
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/RunCMake/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/CMakeLists.txt b/Tests/RunCMake/CMakeLists.txt index 66ce3f1..9294fa1 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 |