From 0ba00de636e046239f9780b03950e917aa3cbc42 Mon Sep 17 00:00:00 2001 From: fhanik Date: Tue, 21 Dec 2010 16:15:16 +0000 Subject: [PATCH] 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 --- build.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}"> - + -- 2.11.0