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)
|
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}")
|
||||||
|
|
Loading…
Reference in New Issue