HADOOP-12149. copy all of test-patch BINDIR prior to re-exec (aw)

This commit is contained in:
Allen Wittenauer 2015-06-30 11:31:26 -07:00
parent 076948d9a4
commit 147e020c7a
2 changed files with 4 additions and 2 deletions

View File

@ -1521,8 +1521,8 @@ function check_reexec
cd "${CWD}"
mkdir -p "${PATCH_DIR}/dev-support-test"
cp -pr "${BASEDIR}"/dev-support/test-patch* "${PATCH_DIR}/dev-support-test"
cp -pr "${BASEDIR}"/dev-support/smart-apply* "${PATCH_DIR}/dev-support-test"
(cd "${BINDIR}"; tar cpf - . ) \
| (cd "${PATCH_DIR}/dev-support-test"; tar xpf - )
big_console_header "exec'ing test-patch.sh now..."

View File

@ -232,6 +232,8 @@ Trunk (Unreleased)
HADOOP-11807. add a lint mode to releasedocmaker (ramtin via aw)
HADOOP-12149. copy all of test-patch BINDIR prior to re-exec (aw)
BUG FIXES
HADOOP-11473. test-patch says "-1 overall" even when all checks are +1