You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2017/02/04 17:56:00 UTC

[5/6] lucene-solr:master: SOLR-10023: Fix typo in 'test-nocompile' target description.

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


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/9fc13198
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/9fc13198
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/9fc13198

Branch: refs/heads/master
Commit: 9fc13198ce48b678f341e976dbe45495ba41b2e4
Parents: 59f09f9
Author: Steve Rowe <sa...@apache.org>
Authored: Sat Feb 4 12:55:26 2017 -0500
Committer: Steve Rowe <sa...@apache.org>
Committed: Sat Feb 4 12:55:26 2017 -0500

----------------------------------------------------------------------
 lucene/common-build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/9fc13198/lucene/common-build.xml
----------------------------------------------------------------------
diff --git a/lucene/common-build.xml b/lucene/common-build.xml
index 935ec38..2a988eb 100644
--- a/lucene/common-build.xml
+++ b/lucene/common-build.xml
@@ -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 -->