You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2015/12/03 05:48:08 UTC

hbase git commit: HBASE-14772 Improve zombie detector; be more discerning; part2; addendum -- extra 'tick'

Repository: hbase
Updated Branches:
  refs/heads/master 91945d7f4 -> 69658ea4a


 HBASE-14772 Improve zombie detector; be more discerning; part2; addendum -- extra 'tick'


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

Branch: refs/heads/master
Commit: 69658ea4a916c8ea5e6dd7d056a548e8dce4e96d
Parents: 91945d7
Author: stack <st...@apache.org>
Authored: Wed Dec 2 20:47:59 2015 -0800
Committer: stack <st...@apache.org>
Committed: Wed Dec 2 20:47:59 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/69658ea4/dev-support/test-patch.sh
----------------------------------------------------------------------
diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh
index 22a77ff..f9ecd6e 100755
--- a/dev-support/test-patch.sh
+++ b/dev-support/test-patch.sh
@@ -867,7 +867,7 @@ runTests () {
   # NOTE!!!! The below code has been copied and pasted up into jenkins as an post-build task.
   # Make sure to update it too if you change the below (Or extract below into script to checkout
   # to run post-build)
-  JIRA_COMMENT=``$BASEDIR/dev-support/zombie-detector.sh ${BUILD_ID}`
+  JIRA_COMMENT=`$BASEDIR/dev-support/zombie-detector.sh ${BUILD_ID}`
   BAD=$?
 }