Merge topic 'fix-CTestTestTimeout-output-order'
15e61f9b
Tests: Fix CTestTestTimeout output order to match regex
This commit is contained in:
commit
55c38b0077
|
@ -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}")
|
||||
|
|
Loading…
Reference in New Issue