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 2012/06/17 03:45:59 UTC

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

Author: sarowe
Date: Sun Jun 17 01:45:59 2012
New Revision: 1351036

URL: http://svn.apache.org/viewvc?rev=1351036&view=rev
Log:
Nightly maven script can serve both active branches

Added:
    lucene/dev/nightly/hudson-lucene-solr-maven.sh
      - copied, changed from r1351035, lucene/dev/nightly/hudson-lucene-solr-maven-trunk.sh
Removed:
    lucene/dev/nightly/hudson-lucene-solr-maven-trunk.sh

Copied: lucene/dev/nightly/hudson-lucene-solr-maven.sh (from r1351035, lucene/dev/nightly/hudson-lucene-solr-maven-trunk.sh)
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lucene-solr-maven.sh?p2=lucene/dev/nightly/hudson-lucene-solr-maven.sh&p1=lucene/dev/nightly/hudson-lucene-solr-maven-trunk.sh&r1=1351035&r2=1351036&rev=1351036&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-lucene-solr-maven-trunk.sh (original)
+++ lucene/dev/nightly/hudson-lucene-solr-maven.sh Sun Jun 17 01:45:59 2012
@@ -1,12 +1,4 @@
 #!/bin/bash
 . $WORKSPACE/nightly/hudson-settings.sh
 
-# PROBLEMATIC_TEST=$SOLR_DIR/core/src/test/org/apache/solr/cloud/BasicDistributedZkTest.java
-#
-# # Don't insert @Ignore if it's already there
-# if ! grep '@Ignore' $PROBLEMATIC_TEST >/dev/null ; then
-#     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/;' $PROBLEMATIC_TEST
-# fi
-
 . $WORKSPACE/nightly/common-maven.sh