From: fhanik Date: Tue, 21 Dec 2010 16:15:16 +0000 (+0000) Subject: Allow to specify the test on the command line X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=0ba00de636e046239f9780b03950e917aa3cbc42;p=tomcat7.0 Allow to specify the test on the command line ant -Dtest.name=**/TestMax** test Without the parameter, the default is all tests as specified before git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1051540 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index 6e3303f4f..05e1baedb 100644 --- a/build.xml +++ b/build.xml @@ -141,6 +141,8 @@ + + @@ -1063,7 +1065,7 @@ haltonfailure="${test.haltonfailure}"> - +