mirror of https://github.com/apache/lucene.git
Tweak test-help example for running tests within a package
This commit is contained in:
parent
71988c756b
commit
3e87499d72
|
@ -1349,7 +1349,7 @@ ant test "-Dtests.class=*.ClassName"
|
||||||
ant test -Dtestcase=ClassName
|
ant test -Dtestcase=ClassName
|
||||||
|
|
||||||
# Run all tests in a package and sub-packages
|
# 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...).
|
# Run any test methods that contain 'esi' (like: ...r*esi*ze...).
|
||||||
ant test "-Dtests.method=*esi*"
|
ant test "-Dtests.method=*esi*"
|
||||||
|
|
Loading…
Reference in New Issue