SOLR-10023: Fix typo in 'test-nocompile' target description.

This commit is contained in:
Steve Rowe 2017-02-04 12:55:26 -05:00
parent 59f09f96b8
commit 9fc13198ce
1 changed files with 1 additions and 1 deletions

View File

@ -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 -->