[ https://issues.apache.org/jira/browse/HBASE-18834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16170601#comment-16170601 ]
Hudson commented on HBASE-18834: -------------------------------- FAILURE: Integrated in Jenkins build HBase-2.0 #535 (See [https://builds.apache.org/job/HBase-2.0/535/]) HBASE-18834 fix shellcheck warning on hbase personality (busbey: rev 5ed2f899e17d838ad8c790b3f99269d76e01cf9b) * (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)