* integration-test/build.xml:

Ooops, had left debugging code in the build file.
This commit is contained in:
Francois Beausoleil 2004-03-31 17:57:17 +00:00
parent 4f19f76269
commit 219dfe2038
1 changed files with 0 additions and 2 deletions

View File

@ -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"
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">
<or>
<isset property="jetty-${jetty.version}.errored"/>