You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by sh...@apache.org on 2011/09/28 07:06:02 UTC

svn commit: r1176723 - /hadoop/nightly/hudsonBuildHadoopNightly.sh

Author: shv
Date: Wed Sep 28 05:06:02 2011
New Revision: 1176723

URL: http://svn.apache.org/viewvc?rev=1176723&view=rev
Log:
MAPREDUCE-3088. Turn off Clover 2.4.3 until upgraded. Contributed by Konstantin Shvachko.

Modified:
    hadoop/nightly/hudsonBuildHadoopNightly.sh

Modified: hadoop/nightly/hudsonBuildHadoopNightly.sh
URL: http://svn.apache.org/viewvc/hadoop/nightly/hudsonBuildHadoopNightly.sh?rev=1176723&r1=1176722&r2=1176723&view=diff
==============================================================================
--- hadoop/nightly/hudsonBuildHadoopNightly.sh (original)
+++ hadoop/nightly/hudsonBuildHadoopNightly.sh Wed Sep 28 05:06:02 2011
@@ -33,5 +33,5 @@ mv build/docs/api $TRUNK
 ### clean workspace
 $ANT_HOME/bin/ant clean
 
-### run checkstyle and tests with clover
-$ANT_HOME/bin/ant -Dversion=$BUILD_ID -Drun.clover=true -Dclover.home=$CLOVER_HOME -Dpython.home=$PYTHON_HOME -Dtest.junit.output.format=xml -Dtest.output=yes -Dcompile.c++=yes -Dcompile.native=true checkstyle create-c++-configure test generate-clover-reports
+### run checkstyle and tests
+$ANT_HOME/bin/ant -Dversion=$BUILD_ID -Dpython.home=$PYTHON_HOME -Dtest.junit.output.format=xml -Dtest.output=yes -Dcompile.c++=yes -Dcompile.native=true checkstyle create-c++-configure test