Skip to content

Commit

Permalink
Refs #20652. Improve status messages.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
  • Loading branch information
MiguelCompany committed Apr 4, 2024
1 parent 6d15b93 commit d07f5b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions test/blackbox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ if(NOT LibP11_FOUND)
else()
set(pkcs_filter "*pkcs*")
endif() # GTEST_INDIVIDUAL
message(STATUS "Ignoring tests: '${pkcs_filter}'")
endif() # LibP11_FOUND

if(EPROSIMA_TEST_DNS_NOT_SET_UP)
Expand All @@ -243,6 +244,7 @@ if(EPROSIMA_TEST_DNS_NOT_SET_UP)
else()
set(dns_filter "*ServerClientEnvironmentSetUpDNS*")
endif() # GTEST_INDIVIDUAL
message(STATUS "Ignoring tests: '${dns_filter}'")
endif()

if(SECURITY)
Expand Down
2 changes: 1 addition & 1 deletion test/unittest/dds/participant/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ target_link_libraries(ParticipantTests fastrtps fastcdr foonathan_memory
${CMAKE_DL_LIBS})

if(EPROSIMA_TEST_DNS_NOT_SET_UP)
message(STATUS "Ignoring 'ParticipantTests.SimpleParticipantRemoteServerListConfigurationDNS'")
set(dns_filter "ParticipantTests.SimpleParticipantRemoteServerListConfigurationDNS")
message(STATUS "Ignoring tests: '${dns_filter}'")
endif()

add_gtest(ParticipantTests SOURCES ${PARTICIPANTTESTS_SOURCE} IGNORE ${dns_filter})
Expand Down
2 changes: 1 addition & 1 deletion test/unittest/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ if(QNX)
target_link_libraries(LocatorTests socket)
endif()
if(EPROSIMA_TEST_DNS_NOT_SET_UP)
message(STATUS "LocatorDNSTests")
set(IGNORE_COMMAND LocatorDNSTests)
message(STATUS "Ignoring tests: '${IGNORE_COMMAND}'")
endif()
add_gtest(LocatorTests SOURCES ${LOCATORTESTS_SOURCE} IGNORE ${IGNORE_COMMAND})
unset(IGNORE_COMMAND)
Expand Down

0 comments on commit d07f5b2

Please sign in to comment.