diff --git a/build.xml b/build.xml index 6bd9f3967c32..b9d6efe71774 100644 --- a/build.xml +++ b/build.xml @@ -2060,9 +2060,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + -
Testsuites with skipped tests:${line.separator}
- ${toString:test.result.skippedtests} +
Testsuites with skipped tests: ${line.separator}
+ ${skipped.output} @@ -2070,8 +2098,8 @@
-
Testsuites with failed tests:${line.separator}
- ${toString:test.result.failedtests} +
Testsuites with failed tests: ${line.separator}
+ ${failed.output}