[
https://issues.apache.org/jira/browse/HADOOP-12035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14560129#comment-14560129
]
Hadoop QA commented on HADOOP-12035:
------------------------------------
(!) A patch to test-patch or smart-apply-patch has been detected.
Re-executing against the patched versions to perform further tests.
The console is at
https://builds.apache.org/job/PreCommit-HADOOP-Build/6834/console in case of
problems.
> shellcheck plugin displays a wrong version potentially
> ------------------------------------------------------
>
> Key: HADOOP-12035
> URL: https://issues.apache.org/jira/browse/HADOOP-12035
> Project: Hadoop Common
> Issue Type: Bug
> Components: build
> Reporter: Kengo Seki
> Assignee: Kengo Seki
> Priority: Trivial
> Labels: newbie, test-patch
> 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)