* integration-test/build.xml:
Ooops, had left debugging code in the build file.
This commit is contained in:
parent
4f19f76269
commit
219dfe2038
|
@ -89,8 +89,6 @@ BE SURE TO CHECK REPORTS DIRECTORY FOR RESULTS OF TESTS!
|
||||||
|
|
||||||
<target name="tests" depends="clean,unzip,tests-jetty,tests-catalina,tests-jboss"
|
<target name="tests" depends="clean,unzip,tests-jetty,tests-catalina,tests-jboss"
|
||||||
description="Run all integration tests">
|
description="Run all integration tests">
|
||||||
<property name="jboss-${jboss.version}.errored" value="1"/>
|
|
||||||
<property name="jakarta-tomcat-${tomcat-4.1.version}.failed" value="1"/>
|
|
||||||
<condition property="anyerrors" value="true">
|
<condition property="anyerrors" value="true">
|
||||||
<or>
|
<or>
|
||||||
<isset property="jetty-${jetty.version}.errored"/>
|
<isset property="jetty-${jetty.version}.errored"/>
|
||||||
|
|
Loading…
Reference in New Issue