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

Hadoop QA commented on HADOOP-12035:
------------------------------------

\\
\\
| (/) *{color:green}+1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | reexec |   0m  0s | dev-support patch detected. |
| {color:blue}0{color} | pre-patch |   0m  0s | Pre-patch trunk compilation is 
healthy. |
| {color:blue}0{color} | @author |   0m  0s | Skipping @author checks as 
test-patch has been patched. |
| {color:green}+1{color} | release audit |   0m 16s | The applied patch does 
not increase the total number of release audit warnings. |
| {color:green}+1{color} | shellcheck |   0m  5s | There were no new shellcheck 
(v0.3.3) issues. |
| {color:green}+1{color} | whitespace |   0m  0s | The patch has no lines that 
end in whitespace. |
| | |   0m 24s | |
\\
\\
|| Subsystem || Report/Notes ||
| Patch URL | 
http://issues.apache.org/jira/secure/attachment/12735455/HADOOP-12035.001.patch 
|
| Optional Tests | shellcheck |
| git revision | trunk / cdbd66b |
| Java | 1.7.0_55 |
| uname | Linux asf903.gq1.ygridcore.net 3.13.0-36-lowlatency #63-Ubuntu SMP 
PREEMPT Wed Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| Console output | 
https://builds.apache.org/job/PreCommit-HADOOP-Build/6834/console |


This message was automatically generated.

> 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)

Reply via email to