From bce98d67ef829911e3f1426e3505c05a3cee1400 Mon Sep 17 00:00:00 2001 From: yukitidev Date: Fri, 30 Jan 2026 12:48:18 -0300 Subject: [PATCH] Update test-status for more clear output --- build.xml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 14d2960f0528..4fa39b5ea5f2 100644 --- a/build.xml +++ b/build.xml @@ -2068,7 +2068,17 @@ - + + + + + + + + + + +
Testsuites with skipped tests:${line.separator}
${toString:test.result.skippedtests} @@ -2077,7 +2087,11 @@
- + +
Testsuites with skipped tests:
+ None${line.separator} +
+
Testsuites with failed tests:${line.separator}
${toString:test.result.failedtests} @@ -2086,6 +2100,10 @@
+ +
Testsuites with failed tests:
+ None${line.separator} +