Author: nigel
Date: Mon Aug 18 16:18:46 2008
New Revision: 686895
URL: http://svn.apache.org/viewvc?rev=686895&view=rev
Log:
disable clover in nightly build until HADOOP-3921 can be addressed
Modified:
hadoop/core/nightly/hudsonBuildHadoopNightly.sh
Modified: hadoop/core/nightly/hudsonBuildHadoopNightly.sh
URL:
http://svn.apache.org/viewvc/hadoop/core/nightly/hudsonBuildHadoopNightly.sh?rev=686895&r1=686894&r2=686895&view=diff
==============================================================================
--- hadoop/core/nightly/hudsonBuildHadoopNightly.sh (original)
+++ hadoop/core/nightly/hudsonBuildHadoopNightly.sh Mon Aug 18 16:18:46 2008
@@ -36,5 +36,7 @@
cp -r $SUPPORT_LIB_DIR/lib/* ./lib
### run checkstyle and tests with clover
-$ANT_HOME/bin/ant -lib $CLOVER_HOME/lib -Dversion=$BUILD_ID -Drun.clover=true
-Dpython.home=$PYTHON_HOME -Dtest.junit.output.format=xml -Dtest.output=yes
-Dcompile.c++=yes checkstyle create-c++-configure test generate-clover-reports
+### REMOVING CLOVER FROM THE FOLLOWING UNTIL HADOOP-3921 IS FIXED
+### $ANT_HOME/bin/ant -lib $CLOVER_HOME/lib -Dversion=$BUILD_ID
-Drun.clover=true -Dpython.home=$PYTHON_HOME -Dtest.junit.output.format=xml
-Dtest.output=yes -Dcompile.c++=yes checkstyle create-c++-configure test
generate-clover-reports
+$ANT_HOME/bin/ant -Dversion=$BUILD_ID -Dpython.home=$PYTHON_HOME
-Dtest.junit.output.format=xml -Dtest.output=yes -Dcompile.c++=yes checkstyle
create-c++-configure test