mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-09 00:29:55 -06:00
Merge topic 'fix-CTestTestTimeout-output-order'
15e61f9b Tests: Fix CTestTestTimeout output order to match regex
This commit is contained 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}")
|
||||
|
||||
Reference in New Issue
Block a user