This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push: new 87fc46f84c update comments in run-be-ut.sh (#9092) 87fc46f84c is described below commit 87fc46f84c81c197607bccfa68056209ba226f6c Author: zhannngchen <48427519+zhannngc...@users.noreply.github.com> AuthorDate: Tue Apr 26 12:48:35 2022 +0800 update comments in run-be-ut.sh (#9092) --- be/src/udf/CMakeLists.txt | 3 --- run-be-ut.sh | 12 +++++++----- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/be/src/udf/CMakeLists.txt b/be/src/udf/CMakeLists.txt index 7f9306fdc3..a0a012c629 100755 --- a/be/src/udf/CMakeLists.txt +++ b/be/src/udf/CMakeLists.txt @@ -52,6 +52,3 @@ INSTALL(TARGETS DorisUdf ARCHIVE DESTINATION ${OUTPUT_DIR}/udf LIBRARY DESTINATION ${OUTPUT_DIR}/udf/lib PUBLIC_HEADER DESTINATION ${OUTPUT_DIR}/udf/include) - -#ADD_BE_TEST(udf_test) -#ADD_BE_TEST(uda_test) diff --git a/run-be-ut.sh b/run-be-ut.sh index 726411d944..9727f94a2a 100755 --- a/run-be-ut.sh +++ b/run-be-ut.sh @@ -20,12 +20,14 @@ # This script is used to run unit test of Doris Backend # Usage: $0 <options> # Optional options: -# --clean clean and build ut -# --run build and run all ut -# --run xx build and run specified ut +# --clean clean and build ut +# --run build and run all ut +# --run --filter=xx build and run specified ut +# -j build parallel +# -h print this help message # -# All BE tests must use "_test" as the file suffix, and use -# ADD_BE_TEST() to declared in the corresponding CMakeLists.txt file. +# All BE tests must use "_test" as the file suffix, and add the file +# to be/test/CMakeLists.txt. # # GTest result xml files will be in "be/ut_build_ASAN/gtest_output/" ##################################################################### --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org