Skip to content

Commit

Permalink
[fix](be-ut) Fix annoying error message when using run-be-ut.sh (#34728
Browse files Browse the repository at this point in the history
)
  • Loading branch information
zhiqiang-hhhh authored May 11, 2024
1 parent dbece74 commit 2053380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-be-ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ rm -f "${UDF_RUNTIME_DIR}"/*
# clean all gcda file
while read -r gcda_file; do
rm "${gcda_file}"
done < <(find "${DORIS_TEST_BINARY_DIR}" -name "*gcda")
done < <(find "${CMAKE_BUILD_DIR}" -name "*gcda")

# prepare gtest output dir
GTEST_OUTPUT_DIR="${CMAKE_BUILD_DIR}/gtest_output"
Expand Down

0 comments on commit 2053380

Please sign in to comment.