[ https://issues.apache.org/jira/browse/HADOOP-12355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14730009#comment-14730009 ]
Hadoop QA commented on HADOOP-12355: ------------------------------------ (!) A patch to the files used for the QA process 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/7596/console in case of problems. > 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 > Attachments: HADOOP-12355.HADOOP-12111.00.patch > > > 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)