You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Kengo Seki (JIRA)" <ji...@apache.org> on 2015/08/25 18:07:46 UTC

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

Kengo Seki created HADOOP-12355:
-----------------------------------

             Summary: 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
            Priority: Trivial


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)