This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong-website.git
The following commit(s) were added to refs/heads/master by this push:
new c525a1dcb9 [INLONG-873][Release] Update how-to-verify doc to use
correct test command (#874)
c525a1dcb9 is described below
commit c525a1dcb940646dc9ccfdab0753aca0da03e665
Author: Sting <[email protected]>
AuthorDate: Sun Oct 8 19:19:49 2023 +0800
[INLONG-873][Release] Update how-to-verify doc to use correct test command
(#874)
---
community/how-to-verify.md | 2 +-
.../docusaurus-plugin-content-docs-community/current/how-to-verify.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/community/how-to-verify.md b/community/how-to-verify.md
index af4fc4886e..8d2545c0f3 100644
--- a/community/how-to-verify.md
+++ b/community/how-to-verify.md
@@ -49,7 +49,7 @@ Unzip `apache-inlong-${release_version}-src.tar.gz` and check
the following:
- Whether the single test can run through
:::note
-You can check the compilation and unit test through `mvn clean package
install`. If the compilation fails, clean up the local warehouse first.
+You can check the compilation and UTs through `mvn clean package install
-DskipTests && mvn test`. If the compilation fails, clean up the local
repository first.
:::
### Check binary packages
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-verify.md
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-verify.md
index a1d57c334a..aa9f8463cf 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-verify.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-verify.md
@@ -49,7 +49,7 @@ for i in *.tar.gz; do echo $i; gpg --verify $i.asc $i ; done
- 单测是否能够跑通
:::note
-可以通过 `mvn clean package install` 检查编译和单测,如果编译失败,先清理掉本地仓库。
+可以通过 `mvn clean package install -DskipTests && mvn test`
检查编译和单测,如果编译失败,先清理掉本地仓库。
:::
### 检查二进制包