You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/07/09 17:28:12 UTC

svn commit: r1359220 - /lucene/dev/nightly/hudson-lusolr-tests-trunk.sh

Author: rmuir
Date: Mon Jul  9 15:28:12 2012
New Revision: 1359220

URL: http://svn.apache.org/viewvc?rev=1359220&view=rev
Log:
LUCENE-4199: this script uses the top-level 'ant test', which already calls validate

Modified:
    lucene/dev/nightly/hudson-lusolr-tests-trunk.sh

Modified: lucene/dev/nightly/hudson-lusolr-tests-trunk.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lusolr-tests-trunk.sh?rev=1359220&r1=1359219&r2=1359220&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-lusolr-tests-trunk.sh (original)
+++ lucene/dev/nightly/hudson-lusolr-tests-trunk.sh Mon Jul  9 15:28:12 2012
@@ -19,9 +19,6 @@ $ANT_HOME/bin/ant \
   -lib $RAT_JAR \
   rat-sources
 
-# run validation
-$ANT_HOME/bin/ant validate
-
 if [ -z "$NO_JAVADOCS" ]; then
   # verify lucene core javadocs have no warnings
   cd $WORKSPACE/$CORE_DIR