You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2014/07/04 16:44:08 UTC

git commit: HBASE-11461 Compilation errors are not posted back to JIRA during QA run

Repository: hbase
Updated Branches:
  refs/heads/master 6c102e22f -> 360df59c0


HBASE-11461 Compilation errors are not posted back to JIRA during QA run


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/360df59c
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/360df59c
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/360df59c

Branch: refs/heads/master
Commit: 360df59c0dfb119b3fa6a20c043c5a5553d5c2fb
Parents: 6c102e2
Author: Ted Yu <te...@apache.org>
Authored: Fri Jul 4 14:43:54 2014 +0000
Committer: Ted Yu <te...@apache.org>
Committed: Fri Jul 4 14:43:54 2014 +0000

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/360df59c/dev-support/test-patch.sh
----------------------------------------------------------------------
diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh
index fe12dcc..30e3226 100755
--- a/dev-support/test-patch.sh
+++ b/dev-support/test-patch.sh
@@ -345,6 +345,7 @@ checkCompilationErrors() {
     Compilation errors resume:
     $ERRORS
     "
+    submitJiraComment 1
     cleanupAndExit 1
   fi
 }