Hi all,

I'd like to add a mechanism to the Tomcat build to ignore the test
failures, something similar to the Maven testFailureIgnore property.

In Debian Tomcat is built in an offline container and the tribes tests
fail due to the lack of multicast. So build.xml has been patched to
remove the <fail> tasks, but it would be easier to set a build property
instead.

Do you think we could add something like this:

  <fail if="test.result.failure" unless:true="${test.ignorefailure}"/>

Emmanuel Bourg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to