Repository: hbase Updated Branches: refs/heads/master a5613efa7 -> c61c17b6f
HBASE-12944 Support patches to branches in precommit jenkins build (ADDENDUM to fix branch name parsing) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c61c17b6 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c61c17b6 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/c61c17b6 Branch: refs/heads/master Commit: c61c17b6f8ed5009174633171d2299301de571d9 Parents: a5613ef Author: Enis Soztutar <[email protected]> Authored: Thu Jan 29 18:13:05 2015 -0800 Committer: Enis Soztutar <[email protected]> Committed: Thu Jan 29 18:13:05 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/c61c17b6/dev-support/test-patch.sh ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh index 0cf5c03..0754503 100755 --- a/dev-support/test-patch.sh +++ b/dev-support/test-patch.sh @@ -229,7 +229,7 @@ checkoutBranch() { echo "" echo "" if [[ $JENKINS == "true" ]] ; then - if [[ $BRANCH_NAME -ne "master" ]]; then + if [[ "$BRANCH_NAME" != "master" ]]; then echo "${GIT} checkout ${BRANCH_NAME}" ${GIT} checkout ${BRANCH_NAME} echo "${GIT} status"
