Skip to content

Commit

Permalink
[Doc] Fix error test example (#18764)
Browse files Browse the repository at this point in the history
  • Loading branch information
sollhui authored and xiaokang committed Apr 19, 2023
1 parent 8a3fc22 commit a0f1cbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-fe-ut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a0f1cbe

Please sign in to comment.