From: markt Date: Tue, 27 Jul 2010 20:25:35 +0000 (+0000) Subject: Provide control over which connectors are used to run tests - helpful when (as now... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c9b44924dbfd086e9c14250a1375d0391b695bf0;p=tomcat7.0 Provide control over which connectors are used to run tests - helpful when (as now) only one of the connectors has issues git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@979849 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.properties.default b/build.properties.default index ff0568c38..ca3af1aa5 100644 --- a/build.properties.default +++ b/build.properties.default @@ -33,6 +33,10 @@ version.suffix=-dev # ----- Build control flags ----- execute.validate=false +execute.test.bio=true +execute.test.nio=true +# Still requires APR/native library to be present +execute.test.apr=true # ----- Default Base Path for Dependent Packages ----- # Please note this path must be absolute, not relative, diff --git a/build.xml b/build.xml index fb8909de8..b51f23546 100644 --- a/build.xml +++ b/build.xml @@ -952,13 +952,13 @@ + depends="test-compile,deploy" if="${execute.test.bio}"> + depends="test-compile,deploy" if="${execute.test.nio}"> @@ -970,7 +970,8 @@ extension=".APR.txt" /> - +