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 2011/02/02 00:02:06 UTC

svn commit: r1066258 - /lucene/dev/nightly/hudson-lucene-solr-maven-trunk.sh

Author: sarowe
Date: Tue Feb  1 23:02:06 2011
New Revision: 1066258

URL: http://svn.apache.org/viewvc?rev=1066258&view=rev
Log:
fix path to BasicDistributedZkTest.java

Modified:
    lucene/dev/nightly/hudson-lucene-solr-maven-trunk.sh

Modified: lucene/dev/nightly/hudson-lucene-solr-maven-trunk.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lucene-solr-maven-trunk.sh?rev=1066258&r1=1066257&r2=1066258&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-lucene-solr-maven-trunk.sh (original)
+++ lucene/dev/nightly/hudson-lucene-solr-maven-trunk.sh Tue Feb  1 23:02:06 2011
@@ -8,6 +8,6 @@ export JAVA_HOME=$JAVA_HOME_16
 
 echo ">>> Ignoring BasicDistributedZkTest, which always fails on Hudson trunk under Maven"
 perl -pi.bak -e 's/(?=public class BasicDistributedZkTest)/import org.junit.Ignore;\n\@Ignore\n/;'\
-     solr/src/test/org/apache/solr/cloud/BasicDistributedZkTest.java
+     $SOLR_DIR/src/test/org/apache/solr/cloud/BasicDistributedZkTest.java
 
 . $WORKSPACE/nightly/common-maven.sh
\ No newline at end of file