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 aw...@apache.org on 2015/09/12 02:56:34 UTC

hadoop git commit: HADOOP-12397. Incomplete comment for test-patch compile_cycle function (Jagadesh Kiran N via aw)

Repository: hadoop
Updated Branches:
  refs/heads/HADOOP-12111 1e2eeb07c -> 20e110341


HADOOP-12397. Incomplete comment for test-patch compile_cycle function (Jagadesh Kiran N via aw)


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

Branch: refs/heads/HADOOP-12111
Commit: 20e1103416515f120320be8cc74d9444a0722c3b
Parents: 1e2eeb0
Author: Allen Wittenauer <aw...@apache.org>
Authored: Fri Sep 11 17:56:27 2015 -0700
Committer: Allen Wittenauer <aw...@apache.org>
Committed: Fri Sep 11 17:56:27 2015 -0700

----------------------------------------------------------------------
 dev-support/test-patch.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/20e11034/dev-support/test-patch.sh
----------------------------------------------------------------------
diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh
index f311076..eb25aea 100755
--- a/dev-support/test-patch.sh
+++ b/dev-support/test-patch.sh
@@ -2779,7 +2779,7 @@ function compile
 }
 
 ## @description  Execute the static analysis test cycle.
-## @description  This will callout to _precompile, compile, and _postcompile
+## @description  This will callout to _precompile, compile, _postcompile and _rebuild
 ## @audience     public
 ## @stability    evolving
 ## @replaceable  no