summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorJaikiran Pai <jaikiran@apache.org>2021-01-15 19:09:06 +0530
committerJaikiran Pai <jaikiran@apache.org>2021-01-15 19:10:05 +0530
commit635ccfb5e4316be952241aae26cc36f3aa38f79b (patch)
tree42bdb3cd2c7fc49c7f5dfb5f95c03c3fa2a9494c /manual
parent7efd6d0c4f62a39df452cc6e834a8e02f1e7f6ad (diff)
downloadant-635ccfb5e4316be952241aae26cc36f3aa38f79b.tar.gz
bz-64836 junitlauncher - Print a more informative and instant summary for tests
Diffstat (limited to 'manual')
-rw-r--r--manual/Tasks/junitlauncher.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/manual/Tasks/junitlauncher.html b/manual/Tasks/junitlauncher.html
index 4a96e7149..f8899bb72 100644
--- a/manual/Tasks/junitlauncher.html
+++ b/manual/Tasks/junitlauncher.html
@@ -166,8 +166,9 @@
<tr>
<td>printSummary</td>
<td>If the value is set to <code>true</code> then this task, upon completion of the test execution,
- prints the summary of the execution to <code>System.out</code>. The summary itself is generated
- by the JUnit 5 platform and not by this task.
+ prints the summary of the execution to <code>System.out</code>. Starting Ant 1.10.10, unlike
+ in previous versions, this task itself generates the summary instead of using the one generated
+ by the JUnit 5 platform.
</td>
<td>No; defaults to <code>false</code></td>
</tr>