This is an automated email from the ASF dual-hosted git repository. aw pushed a commit to tag prehistory in repository https://gitbox.apache.org/repos/asf/yetus.git
commit 260a726240bc39c505d6e752f4d5730238964749 Author: Nigel Daley <ni...@apache.org> AuthorDate: Tue Mar 18 06:17:49 2008 +0000 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 --- src/test/bin/test-patch.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/bin/test-patch.sh b/src/test/bin/test-patch.sh index 97325f1b..712e5dbf 100755 --- a/src/test/bin/test-patch.sh +++ b/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