HADOOP-12149. copy all of test-patch BINDIR prior to re-exec (aw)
This commit is contained in:
parent
076948d9a4
commit
147e020c7a
|
@ -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..."
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue