mirror of https://github.com/apache/lucene.git
SOLR-10023: Fix typo in 'test-nocompile' target description.
This commit is contained in:
parent
59f09f96b8
commit
9fc13198ce
|
@ -1399,7 +1399,7 @@ ${tests-output}/junit4-*.suites - per-JVM executed suites
|
|||
<target name="beast" depends="clover,compile-test,install-junit4-taskdef,validate,-init-totals,-beast,-check-totals" description="Runs unit tests in a loop (-Dbeast.iters=n)"/>
|
||||
|
||||
<target name="test-nocompile" depends="-clover.disable,install-junit4-taskdef,-init-totals,-test,-check-totals"
|
||||
description="Only runs unit tests. Jars are not download; compilation is not updated; and Clover is not enabled."/>
|
||||
description="Only runs unit tests. Jars are not downloaded; compilation is not updated; and Clover is not enabled."/>
|
||||
|
||||
<target name="-jacoco-install">
|
||||
<!-- download jacoco from ivy if needed -->
|
||||
|
|
Loading…
Reference in New Issue