Skip to content

Commit

Permalink
remove messages
Browse files Browse the repository at this point in the history
  • Loading branch information
canepat committed Dec 19, 2024
1 parent 5a79e29 commit 23a9472
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmake/run_unit_tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ message("")
if("${SILKWORM_SANITIZE}" STREQUAL "thread")
set(ENV{TSAN_OPTIONS} "suppressions=${SILKWORM_PROJECT_DIR}/tools/sanitizer/tsan_suppressions.txt")
endif()
message("SILKWORM_PROJECT_DIR=${SILKWORM_PROJECT_DIR}")
message("SILKWORM_SANITIZE=${SILKWORM_SANITIZE}")
message("TSAN_OPTIONS=$ENV{TSAN_OPTIONS}")

foreach(TEST_COMMAND IN LISTS TEST_COMMANDS)
file(RELATIVE_PATH TEST_COMMAND_REL_PATH "${SILKWORM_BUILD_DIR}" "${TEST_COMMAND}")
Expand Down

0 comments on commit 23a9472

Please sign in to comment.