[
https://issues.apache.org/jira/browse/HADOOP-12035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14564657#comment-14564657
]
Hudson commented on HADOOP-12035:
---------------------------------
SUCCESS: Integrated in Hadoop-Yarn-trunk #942 (See
[https://builds.apache.org/job/Hadoop-Yarn-trunk/942/])
HADOOP-12035. shellcheck plugin displays a wrong version potentially (Kengo
Seki via aw) (aw: rev f1cea9c6bf68f03f7136bebc245efbc0a95738e4)
* dev-support/test-patch.d/shellcheck.sh
* hadoop-common-project/hadoop-common/CHANGES.txt
> shellcheck plugin displays a wrong version potentially
> ------------------------------------------------------
>
> Key: HADOOP-12035
> URL: https://issues.apache.org/jira/browse/HADOOP-12035
> Project: Hadoop Common
> Issue Type: Test
> Components: build
> Reporter: Kengo Seki
> Assignee: Kengo Seki
> Priority: Trivial
> Labels: newbie, test-patch
> Fix For: 2.8.0
>
> Attachments: HADOOP-12035.001.patch
>
>
> In dev-support/test-patch.d/shellcheck.sh:
> {code}
> SHELLCHECK_VERSION=$(shellcheck --version | ${GREP} version: | ${AWK} '{print
> $NF}')
> {code}
> it should be
> {code}
> SHELLCHECK_VERSION=$(${SHELLCHECK} --version | …)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)