[
https://issues.apache.org/jira/browse/HBASE-18834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16170548#comment-16170548
]
Hudson commented on HBASE-18834:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3736 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/3736/])
HBASE-18834 fix shellcheck warning on hbase personality (busbey: rev
efb95a17945cc91aa639396f6f6c528b52c71fcb)
* (edit) dev-support/hbase-personality.sh
> fix shellcheck warning on hbase personality
> -------------------------------------------
>
> Key: HBASE-18834
> URL: https://issues.apache.org/jira/browse/HBASE-18834
> Project: HBase
> Issue Type: Bug
> Components: test
> Reporter: Sean Busbey
> Assignee: Sean Busbey
> Priority: Minor
> Fix For: 3.0.0, 2.0.0-alpha-4
>
> Attachments: HBASE-18834.0.patch
>
>
> current shellcheck gives us two warnings:
> {code}
> $ shellcheck dev-support/hbase-personality.sh
> In dev-support/hbase-personality.sh line 123:
> if [[ $? -eq 0 ]]; then
> ^-- SC2181: Check exit code directly with e.g. 'if mycmd;', not
> indirectly with $?.
> In dev-support/hbase-personality.sh line 136:
> if [[ $? -eq 0 ]]; then
> ^-- SC2181: Check exit code directly with e.g. 'if mycmd;', not
> indirectly with $?.
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)