Author: kkolinko
Date: Mon Jan 25 20:02:07 2016
New Revision: 1726676
URL: http://svn.apache.org/viewvc?rev=1726676&view=rev
Log:
Followup to r1726628. Correct default value typo and amend a bit.
Modified:
tomcat/trunk/BUILDING.txt
Modified: tomcat/trunk/BUILDING.txt
URL:
http://svn.apache.org/viewvc/tomcat/trunk/BUILDING.txt?rev=1726676&r1=1726675&r2=1726676&view=diff
==============================================================================
--- tomcat/trunk/BUILDING.txt (original)
+++ tomcat/trunk/BUILDING.txt Mon Jan 25 20:02:07 2016
@@ -354,11 +354,11 @@ For example:
(7.3) Running a set of tests
It is possible to run a set of JUnit test classes by adding the "test.name"
-property to the build.properties file. The property specifies an ant
+property to the build.properties file. The property specifies an Ant
includes pattern for the fileset of test class files to run.
-The default value is "**/Tester*.java", so all test classes are being
-executed.
+The default value is "**/Test*.java", so all test classes are being
+executed (with few exceptions - see build.xml for several exclude patterns).
You can include multiple patterns by concatenating them with a comma (",")
as the separator.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]