Repository: hadoop
Updated Branches:
  refs/heads/HADOOP-12111 41ae6fd0d -> a6b6c44b7


HADOOP-12355. test-patch TAP plugin should use ${SED} instead of sed (Jagadesh 
Kiran N via aw)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a6b6c44b
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a6b6c44b
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a6b6c44b

Branch: refs/heads/HADOOP-12111
Commit: a6b6c44b7dcd8378c0ee05722ae8627204090670
Parents: 41ae6fd
Author: Allen Wittenauer <[email protected]>
Authored: Fri Sep 4 14:45:29 2015 -0700
Committer: Allen Wittenauer <[email protected]>
Committed: Fri Sep 4 14:45:29 2015 -0700

----------------------------------------------------------------------
 dev-support/test-patch.d/tap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/a6b6c44b/dev-support/test-patch.d/tap.sh
----------------------------------------------------------------------
diff --git a/dev-support/test-patch.d/tap.sh b/dev-support/test-patch.d/tap.sh
index f94a14f..7ced908 100755
--- a/dev-support/test-patch.d/tap.sh
+++ b/dev-support/test-patch.d/tap.sh
@@ -53,7 +53,7 @@ function tap_process_tests
 
   if [[ -n "${filenames}" ]]; then
     module_failed_tests=$(echo "${filenames}" \
-      | sed -e "s,${TAP_LOG_DIR},,g" -e s,^/,,g )
+      | ${SED} -e "s,${TAP_LOG_DIR},,g" -e s,^/,,g )
     # shellcheck disable=SC2086
     cat ${filenames} >> "${PATCH_DIR}/patch-${filefrag}.tap"
     TAP_LOGS="${TAP_LOGS} @@BASE@@/patch-${filefrag}.tap"

Reply via email to