You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Jagadesh Kiran N (JIRA)" <ji...@apache.org> on 2015/09/04 00:22:45 UTC

[jira] [Assigned] (HADOOP-12355) test-patch TAP plugin should use ${SED} instead of sed

     [ https://issues.apache.org/jira/browse/HADOOP-12355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jagadesh Kiran N reassigned HADOOP-12355:
-----------------------------------------

    Assignee: Jagadesh Kiran N

> test-patch TAP plugin should use ${SED} instead of sed
> ------------------------------------------------------
>
>                 Key: HADOOP-12355
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12355
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: yetus
>    Affects Versions: HADOOP-12111
>            Reporter: Kengo Seki
>            Assignee: Jagadesh Kiran N
>            Priority: Trivial
>              Labels: newbie
>
> for consistency and platform compatibility.
> {code}
>  54   if [[ -n "${filenames}" ]]; then
>  55     module_failed_tests=$(echo "${filenames}" \
>  56       | sed -e "s,${TAP_LOG_DIR},,g" -e s,^/,,g )
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)