Not sure how I missed that, sorry. On Monday, December 29, 2025, <[email protected]> wrote:
> This is an automated email from the ASF dual-hosted git repository. > > dsoumis pushed a commit to branch main > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > commit f323bc185f02a07aed63995ec33d242e8447692d > Author: Dimitris Soumis <[email protected]> > AuthorDate: Mon Dec 29 15:54:04 2025 +0200 > > Add '-test-name-default' to targets for tests to run and to resolve > coverage-report error. > --- > build.xml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/build.xml b/build.xml > index 6bd9f3967c..53c91d023c 100644 > --- a/build.xml > +++ b/build.xml > @@ -2084,13 +2084,13 @@ > </target> > > <target name="test-nio" description="Runs the JUnit test cases for NIO. > Does not stop on errors." > - depends="setup-jacoco,test-compile,deploy,test-openssl-exists" > if="${execute.test.nio}"> > + > depends="-test-name-default,setup-jacoco,test-compile,deploy,test-openssl-exists" > if="${execute.test.nio}"> > <runtests protocol="org.apache.coyote.http11.Http11NioProtocol" > extension=".NIO" /> > </target> > > <target name="test-only-nio" description="Runs the JUnit test cases or > NIO without test preparations. Does not stop on errors." > - depends="setup-jacoco,test-openssl-exists" > if="${execute.test.nio}"> > + depends="-test-name-default,setup-jacoco,test-openssl-exists" > if="${execute.test.nio}"> > <runtests protocol="org.apache.coyote.http11.Http11NioProtocol" > extension=".NIO" /> > </target> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
