瀏覽代碼

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 17 年之前
父節點
當前提交
5ae7066825
共有 1 個文件被更改,包括 1 次插入2 次删除
  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