Explorar o código

HADOOP-2939. Make the automated patch testing process an executable Ant target, test-patch. Contributed by Ramya and Nigel.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@638232 13f79535-47bb-0310-9956-ffa450edef68
Nigel Daley %!s(int64=17) %!d(string=hai) anos
pai
achega
5ae7066825
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      src/test/bin/test-patch.sh

+ 1 - 2
src/test/bin/test-patch.sh

@@ -94,8 +94,7 @@ checkout () {
   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