From dcb7efcc0e3da57d2a6e0b8ab6f30bc5f027ee11 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 19 Mar 2021 01:55:01 +0100 Subject: [testing] improve the output of `ant test`. --- buildScripts/tests.ant.xml | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) (limited to 'buildScripts') diff --git a/buildScripts/tests.ant.xml b/buildScripts/tests.ant.xml index 961531af..dc0b4147 100644 --- a/buildScripts/tests.ant.xml +++ b/buildScripts/tests.ant.xml @@ -24,6 +24,13 @@ This buildfile is part of projectlombok.org. It takes care of compiling and running tests. + + + + + + + @@ -57,32 +64,33 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn --limit-modules java.base,jdk.unsupported - + Running TestJavac on JVM${ant.java.version}, with lowest supported javac: 1.6. - + + - + Running TestJavac on JVM${ant.java.version}, with javac: 1.8. - + @@ -100,7 +108,7 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn Running TestJavac with JVM ${jvm.loc.@{version}}. - + @@ -111,18 +119,18 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn - + - + - + Running TestJavac on JVM${ant.java.version}, with the javac built into your VM distributon. - + @@ -140,7 +148,7 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn - + @@ -151,11 +159,11 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn - + - + -- cgit