[ 
https://issues.apache.org/jira/browse/HADOOP-12035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14564958#comment-14564958
 ] 

Hudson commented on HADOOP-12035:
---------------------------------

SUCCESS: Integrated in Hadoop-Mapreduce-trunk-Java8 #210 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/210/])
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)

Reply via email to