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 ni...@apache.org on 2008/03/18 07:17:51 UTC

svn commit: r638232 - /hadoop/core/trunk/src/test/bin/test-patch.sh

Author: nigel
Date: Mon Mar 17 23:17:49 2008
New Revision: 638232

URL: http://svn.apache.org/viewvc?rev=638232&view=rev
Log:
HADOOP-2939. Make the automated patch testing process an executable Ant target, test-patch. Contributed by Ramya and Nigel.

Modified:
    hadoop/core/trunk/src/test/bin/test-patch.sh

Modified: hadoop/core/trunk/src/test/bin/test-patch.sh
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/test/bin/test-patch.sh?rev=638232&r1=638231&r2=638232&view=diff
==============================================================================
--- hadoop/core/trunk/src/test/bin/test-patch.sh (original)
+++ hadoop/core/trunk/src/test/bin/test-patch.sh Mon Mar 17 23:17:49 2008
@@ -94,8 +94,7 @@
   if [[ $HUDSON == "false" ]] ; then
     if [[ `$SVN stat` != "" ]] ; then
       echo "ERROR: can't run in a workspace that contains modifications"
-      # PENDING: Uncomment the following line
-      # cleanupAndExit 0
+      cleanupAndExit 0
     fi
   else   
     cd $BASEDIR