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 gk...@apache.org on 2009/04/02 15:23:15 UTC

svn commit: r761284 - /hadoop/core/nightly/hudsonBuildHadoopNightly.sh

Author: gkesavan
Date: Thu Apr  2 13:23:15 2009
New Revision: 761284

URL: http://svn.apache.org/viewvc?rev=761284&view=rev
Log:
removed a typo

Modified:
    hadoop/core/nightly/hudsonBuildHadoopNightly.sh

Modified: hadoop/core/nightly/hudsonBuildHadoopNightly.sh
URL: http://svn.apache.org/viewvc/hadoop/core/nightly/hudsonBuildHadoopNightly.sh?rev=761284&r1=761283&r2=761284&view=diff
==============================================================================
--- hadoop/core/nightly/hudsonBuildHadoopNightly.sh (original)
+++ hadoop/core/nightly/hudsonBuildHadoopNightly.sh Thu Apr  2 13:23:15 2009
@@ -35,4 +35,4 @@
 $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 compile-test test generate-clover-reports
+$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