Repository: hadoop
Updated Branches:
  refs/heads/branch-2 adb90c7f5 -> 511a503aa


HADOOP-12000. cannot use --java-home in test-patch (aw)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/511a503a
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/511a503a
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/511a503a

Branch: refs/heads/branch-2
Commit: 511a503aabf4c50e9a52d301104bde8e2995c729
Parents: adb90c7
Author: Allen Wittenauer <a...@apache.org>
Authored: Tue May 19 15:24:23 2015 -0700
Committer: Allen Wittenauer <a...@apache.org>
Committed: Tue May 19 15:24:53 2015 -0700

----------------------------------------------------------------------
 dev-support/test-patch.sh                       | 2 +-
 hadoop-common-project/hadoop-common/CHANGES.txt | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/511a503a/dev-support/test-patch.sh
----------------------------------------------------------------------
diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh
index 57fd657..d5d6c26 100755
--- a/dev-support/test-patch.sh
+++ b/dev-support/test-patch.sh
@@ -679,7 +679,7 @@ function parse_args
       --issue-re=*)
         ISSUE_RE=${i#*=}
       ;;
-      --java-home)
+      --java-home=*)
         JAVA_HOME=${i#*=}
       ;;
       --jenkins)

http://git-wip-us.apache.org/repos/asf/hadoop/blob/511a503a/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt 
b/hadoop-common-project/hadoop-common/CHANGES.txt
index a3b3d4a..f2a1572 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -260,6 +260,8 @@ Release 2.8.0 - UNRELEASED
     HADOOP-11963. Metrics documentation for FSNamesystem misspells
     PendingDataNodeMessageCount. (Anu Engineer via cnauroth)
 
+    HADOOP-12000. cannot use --java-home in test-patch (aw)
+
 Release 2.7.1 - UNRELEASED
 
   INCOMPATIBLE CHANGES

Reply via email to