HADOOP-12397. Incomplete comment for test-patch compile_cycle function (Jagadesh Kiran N via aw)
Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/61780962 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/61780962 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/61780962 Branch: refs/heads/master Commit: 61780962d86d415d399871d4221938937a00afe1 Parents: 0222626 Author: Allen Wittenauer <[email protected]> Authored: Fri Sep 11 17:56:27 2015 -0700 Committer: Allen Wittenauer <[email protected]> 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/yetus/blob/61780962/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
