Skip to content

Commit

Permalink
Remove noisy log (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
dharesign authored and GitHub Enterprise committed Nov 14, 2024
1 parent 3cab49f commit 23634ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BdeBuildSystem/BdeTestDriverUtils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ find_file(BBS_SPLIT_TEST bde_xt_cpp_splitter.py
PATHS "${CMAKE_CURRENT_LIST_DIR}/scripts/bde_xt_cpp_splitter")

if (BBS_SPLIT_TEST)
message(STATUS "Found split test driver generator: ${BBS_SPLIT_TEST}")
set(BBS_SPLIT_TEST ${Python3_EXECUTABLE} ${BBS_SPLIT_TEST})

if (BBS_USE_WAFSTYLEOUT)
Expand Down

0 comments on commit 23634ed

Please sign in to comment.