diff options
author | Brad King <brad.king@kitware.com> | 2014-07-07 12:54:30 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-07-07 12:54:30 (GMT) |
commit | 55c38b0077fe4c56eafbc4f6a5aa3f6b83839c2c (patch) | |
tree | 0db5817e06f22cde04b3944d04946f608a5f0646 /Tests | |
parent | dcac4a3ff421810dd87dee173330e704f9270e98 (diff) | |
parent | 15e61f9bd96d528bc50217de1fcd8285fd033cf2 (diff) | |
download | CMake-55c38b0077fe4c56eafbc4f6a5aa3f6b83839c2c.zip CMake-55c38b0077fe4c56eafbc4f6a5aa3f6b83839c2c.tar.gz CMake-55c38b0077fe4c56eafbc4f6a5aa3f6b83839c2c.tar.bz2 |
Merge topic 'fix-CTestTestTimeout-output-order'
15e61f9b Tests: Fix CTestTestTimeout output order to match regex
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CTestTestTimeout/test.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CTestTestTimeout/test.cmake.in b/Tests/CTestTestTimeout/test.cmake.in index 68c74d8..af53383 100644 --- a/Tests/CTestTestTimeout/test.cmake.in +++ b/Tests/CTestTestTimeout/test.cmake.in @@ -32,7 +32,7 @@ if(EXISTS "${log}") if(after_sleep) message(FATAL_ERROR "Log indicates timeout did not kill child.") else() - message("Log indicates timeout correctly killed child.") + message(STATUS "Log indicates timeout correctly killed child.") endif() else() message(FATAL_ERROR "Log does not exist:\n ${log}") |