This is an automated email from the ASF dual-hosted git repository. xtsong pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flink-agents.git
commit 61aebbf4894c8d86759ca7e55e391ffda87f5970 Author: WenjinXie <[email protected]> AuthorDate: Tue Mar 31 16:50:37 2026 +0800 [ci] Improve the ci experience. --- tools/build.sh | 2 ++ tools/ut.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/build.sh b/tools/build.sh index 92c21203..80f4b2f8 100755 --- a/tools/build.sh +++ b/tools/build.sh @@ -15,6 +15,8 @@ # limitations under the License. # +set -e + # Parse command-line arguments build_java=true build_python=true diff --git a/tools/ut.sh b/tools/ut.sh index 57d9a1ac..3a0000fb 100755 --- a/tools/ut.sh +++ b/tools/ut.sh @@ -170,7 +170,7 @@ java_tests() { exclude_list="!e2e-test/flink-agents-end-to-end-tests-integration,!e2e-test/flink-agents-end-to-end-tests-resource-cross-language" - mvn -T16 --batch-mode --no-transfer-progress test -pl "${exclude_list}" + mvn -T16 --batch-mode --no-transfer-progress test -fae -pl "${exclude_list}" testcode=$? fi case $testcode in
