This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-2.0-alpha in repository https://gitbox.apache.org/repos/asf/doris.git
commit a0f1cbe023907066a08fc5a20686290ada672183 Author: HHoflittlefish777 <[email protected]> AuthorDate: Wed Apr 19 09:06:27 2023 +0800 [Doc] Fix error test example (#18764) --- run-fe-ut.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run-fe-ut.sh b/run-fe-ut.sh index b7df8c046e..ca1dafacac 100755 --- a/run-fe-ut.sh +++ b/run-fe-ut.sh @@ -112,8 +112,8 @@ else if [[ "${RUN}" -eq 1 ]]; then echo "Run the specified class: $1" # eg: - # sh run-fe-ut.sh --run org.apache.doris.utframe.Demo - # sh run-fe-ut.sh --run org.apache.doris.utframe.Demo#testCreateDbAndTable+test2 + # sh run-fe-ut.sh --run org.apache.doris.utframe.DemoTest + # sh run-fe-ut.sh --run org.apache.doris.utframe.DemoTest#testCreateDbAndTable+test2 "${MVN_CMD}" test -Dcheckstyle.skip=true -DfailIfNoTests=false -D test="$1" else echo "Run Frontend UT" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
