From 94fe8cf47a5f29630c0366a04d487da8f60faae4 Mon Sep 17 00:00:00 2001 From: Vincent Yang Date: Thu, 11 Dec 2025 20:41:19 +0800 Subject: [PATCH 1/3] Improve test-status output when no tests are skipped or failed --- build.xml | 39 +++++++++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index e48c35494d53..35fa58da3af2 100644 --- a/build.xml +++ b/build.xml @@ -2061,9 +2061,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -
Testsuites with skipped tests:${line.separator}
- ${toString:test.result.skippedtests} +
Testsuites with skipped tests: ${line.separator}
+ ${skipped.output} @@ -2071,8 +2102,8 @@
-
Testsuites with failed tests:${line.separator}
- ${toString:test.result.failedtests} +
Testsuites with failed tests: ${line.separator}
+ ${failed.output} From a378785dab0063d20ead0f300c92e673cbddef75 Mon Sep 17 00:00:00 2001 From: Vincent Yang Date: Thu, 11 Dec 2025 20:46:13 +0800 Subject: [PATCH 2/3] Removed unused comments --- build.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.xml b/build.xml index 35fa58da3af2..6354b6c2cded 100644 --- a/build.xml +++ b/build.xml @@ -2062,7 +2062,6 @@ - @@ -2090,7 +2089,6 @@ -
Testsuites with skipped tests: ${line.separator}
From 2cf5a3668b45a932aad440f61222613ddfe9b51c Mon Sep 17 00:00:00 2001 From: VINCENT4486 Date: Thu, 11 Dec 2025 21:42:04 +0800 Subject: [PATCH 3/3] Update build.xml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- build.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/build.xml b/build.xml index 6354b6c2cded..2f7c0b9d3b0f 100644 --- a/build.xml +++ b/build.xml @@ -2089,7 +2089,6 @@ -
Testsuites with skipped tests: ${line.separator}
${skipped.output}