From d228bfb07bba5bf56ad9140e205b7a0dfb8986c5 Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Sun, 3 Jun 2018 18:54:03 +0530 Subject: [PATCH] Update WHATSNEW for the new "printSummary" attribute of junitlauncher task --- WHATSNEW | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 3bdab33d6..d7b673393 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -75,6 +75,9 @@ Other changes: attribute that defaults to "true" for consistency. Bugzilla Report 22370 + * The junitlauncher task now has a "printSummary" attribute which when + set to "true" will print the test execution summary to System.out. + Changes from Ant 1.10.2 TO Ant 1.10.3 =====================================