|
@@ -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}")
|