Tweak test-help example for running tests within a package

This commit is contained in:
Varun Thacker 2018-10-24 15:33:23 -07:00
parent 71988c756b
commit 3e87499d72
1 changed files with 1 additions and 1 deletions

View File

@ -1349,7 +1349,7 @@ ant test "-Dtests.class=*.ClassName"
ant test -Dtestcase=ClassName
# Run all tests in a package and sub-packages
ant test "-Dtests.class=org.apache.lucene.package.*"
ant test "-Dtests.class=org.apache.lucene.package.Test*|org.apache.lucene.package.*Test"
# Run any test methods that contain 'esi' (like: ...r*esi*ze...).
ant test "-Dtests.method=*esi*"