Merge topic 'fix-CTestTestTimeout-output-order'

15e61f9b Tests: Fix CTestTestTimeout output order to match regex
This commit is contained in:
Brad King 2014-07-07 08:54:30 -04:00 committed by CMake Topic Stage
commit 55c38b0077
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if(EXISTS "${log}")
if(after_sleep) if(after_sleep)
message(FATAL_ERROR "Log indicates timeout did not kill child.") message(FATAL_ERROR "Log indicates timeout did not kill child.")
else() else()
message("Log indicates timeout correctly killed child.") message(STATUS "Log indicates timeout correctly killed child.")
endif() endif()
else() else()
message(FATAL_ERROR "Log does not exist:\n ${log}") message(FATAL_ERROR "Log does not exist:\n ${log}")